Show the declaration for a pointer to function returning long and taking an integer parameter.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is an inclusion guard?
Where must the declaration of a friend function appear?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What does the linker do?
What is the difference between containment and delegation?
When you overload member functions, in what ways must they differ?
If dog is a friend of boy, is boy a friend of dog?
Will a catch statement catch a derived exception if it is looking for the base class?
What is a rooted hierarchy?
What is the difference between a declaration and a definition?
Show the declaration for a static function pointer.
Why is the function main() special?