STL (140)
OOPS (873)
C++ General (2409)
What are the data types in oop?
What is c++ namespace?
What is c++ manipulator?
What will happen if a pointer is deleted twice?
Can I create my own functions in c++?
When does the c++ compiler create temporary variables?
What is class and example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
If a header file is included twice by mistake in the program, will it give any error?
What is a virtual destructor? Explain the use of it?
Explain about templates of C++.
What is the significance of classes in oop?
Is there structure in c++?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
What is difference between malloc()/free() and new/delete?