The ChiLib C++ library supports Cay Horstmann's book "Mastering Object-Oriented Design in C++". It offers a number of useful features including strings (as real objects), "smart" arrays, graphics classes, linkedlists and other container classes, as well as some utilities including a calender date class.
The documentation here has been derived from the ChiLib.txt file that is part of the released code that accompanies the book. As such it is
and is used with the permission of the author.