What is the difference between a template and a macro?
What does ctime() do?
What is the difference between #define debug 0 and #undef debug?
What are the three forms of cin.get() and what are their differences?
Show the declaration for a static member variable.
What are the stages in the development cycle?
What is the protected keyword used for?
What is the difference between cin.read() and cin.getline()?
Declare a class vehicle and make it an abstract data type.
What is the difference between a type-specific template friend class and a general template friend class?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How can you create a virtual copy constructor?
Should you pass exceptions by value or by reference?
Can member functions be private?
What is the extraction operator and what does it do?