When must you use a pointer rather than a reference?
What is the function to call to turn an ascii string into a long?
What does the ios::ate argument do?
What is a driver program?
When are exception objects created?
Can you overload the operator+ for short integers?
Can comments be longer than one line?
What is the difference between interpreters and compilers?
Can static member variables be private?
What is the difference between strcpy() and strncpy()?
What is the return value of the insertion operator?
How do you establish an is-a relationship?
What is the difference between passing by reference and passing a reference?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What return value must conversion operators have in their declaration?