Know the difference between traditional C comments and the new comment style added in C++.
What is the C++ equivalent of printf? What library header
do you need to include for it? How is it used to print an
integer? A float? A string? Understand how to combine
multiple statements of this type into one.
How can you print to standard error in C++?
Understand default parameter values in functions. (See "Flexibility with Parameters" on page 15 of the C++ book.)
Understand the basics of function overloading.
What is typically used in C++ instead of NULL?
Be able to name 3 typical filename suffixes for a C++ code file and 2 typical filename suffixes for a C++ header file.
What change makes the use of structs slightly easier in C++ than it was in C?
