STL (140)
OOPS (873)
C++ General (2409)
What is the difference between structures and unions?
What is a constructor initializer list?
Are iterators pointers?
What are containers in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is object in c++ wikipedia?
what you know about c++?
Define pure virtual function?
When do you call copy constructors?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Which ide is best for c++?
What does flush do c++?
What are the methods of exporting a function from a dll?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is c++ and its uses?