For more introductory notes on C/C++, see my CSCI 160 notes, CSCI 161 notes
Functions and parameters
Classes and templates
Exception handling
Representation of data
Pointers and memory
Obscure C/C++ features
Experimental evaluation of C/C++ behaviour
The objective in examining the programs here is to run the program, study the code and the
resulting output, and see what it tells us about how different aspects of the language have
been implemented.
A more structured analysis: