2008/12/9
Here is the example from class, tree.cpp and tree.h.
Here is an example using a stringstream, useful for converting values to strings,
used just like cout, except that it accumulates all the text written to it which you can then retrieve as a string
by calling the member function str().
2008/12/2
Here is the polymorphism example written in class.
2008/11/17
Here is a summary document for the string class from the day class, plus