STL (140)
OOPS (873)
C++ General (2409) Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
1 4099What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };
2 5593sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
2 5909How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
2 5437
What is difference between c++ and c ++ 14?
What is dynamic and static typing?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What are pointer-to-members? Explain.
program for insertion ,deletion,sorting in double link list
What are multiple inheritances (virtual inheritance)?
What is polymorphism give a real life example?
Explain object slicing in c++?
What is singleton class in c++?
What is difference between n and endl in c++?
What are different oops concepts?
Explain the FOR loop with a help of a code.
Write a recursive program to calculate factorial in c++.
Write a function to find the nth item from the end of a linked list in a single pass.
Get me an image implementation program.