STL (140)
OOPS (873)
C++ General (2409)
How does a copy constructor differs from an overloaded assignment operator?
Is there any difference between int [] a and int a [] in c++?
Explain the isa and hasa class relationships. How would you implement each?
What is a null tree?
Is it possible to have a recursive inline function in c++?
What can I use instead of namespace std?
Why ctype h is used in c++?
Is string data type in c++?
What is helper in c++?
How do you compile the source code with your compiler?
How many types of classes are there in c++?
What is this pointer in oop?
Define virtual constructor.
what do you mean by exception handling in C++?
What is a class in oop?