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 4011What 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 5465sir 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 5778How 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 5328
Which is the best c++ compiler for beginners?
Difference between pass by value and pass by reference?
What is the best ide for c++?
explain the reference variable in c++?
What are arithmetic operators?
What are the advantages/disadvantages of using #define?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is pointer -to-members in C++? Give their syntax?
What are the advantages of polymorphism?
What is buffering in c++?
What is overriding in oops?
What is stl stack?
What is the size of integer variable?
Is dev c++ free?
write a programe to calculate the simple intrest and compund intrest using by function overlading