When should I use unitbuf flag?
What is the difference between prefix and postfix versions of operator++()?
What is the difference between an array and a list?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
When should overload new operator on a global basis or a class basis?
Define a constructor?
Write about the stack unwinding?
What are the effects after calling the delete this operator ?
What do you understand by a pure virtual member function?
Name the debugging methods that are used to solve problems?
To what does “event-driven” refer?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is a local variable?
Can comments be nested?
What is the this pointer?