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 3997What 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 5451sir 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 5764How 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 5302
Incase of a function declaration, what is extern means?
Can you please explain the difference between overloading and overriding?
Define pre-condition and post-condition to a member function in c++?
Why do we use polymorphism in oops?
What is the difference between virtual functions and pure virtual functions?
What is array in c++ example?
How will you call C functions from C ++ and vice-versa?
What is a manipulator in c++?
How do I run c++?
List the features of oops in c++?
How do I download c++?
What are the differences between java and c++?
What is multilevel inheritance?
What is iterator in c++?
What are the advantages/disadvantages of using #define?