Welcome to The C++ Standard Library From Scratch Support Page

Last updated 28 December, 1999.

If you do not have this book and would like more information, click hereBook Cover

I'm Pablo Halpern, the author of The C++ Standard Library from Scratch. Thank you for buying my book. This page provides code to all of the examples in the book, a quick reference to the C++ Standard Library, exercises, solutions, and errata. If there is anything else you would like to see here, please contact me by email. Check back regularly and don't forget to click the reload button on your browser.

Resources:

Email the author with any questions or comments
C++ Standard Library Training: My course on the same subject as the book.
My consulting practice: I provide C++ and Object-Oriented Technology training and mentoring as well as C++ software development.

Book Links and Downloads:

quickref.html
C++ Standard Library Quick Reference - 59kb
Source code from the book:
code.zip       - 185kb -- Zip format (requires WinZip, PKZIP or portable zip)
code.tar.gz   - 84kb  -- Compressed tar format (Requires Linux tar or  gunzip + Unix tar)
code.tar.Z    - 165kb -- Compressed tar format (Requires Unix uncompress and tar)
README.txt file - 5kb
exercises.html
Exercise files associated with the book - 17kb
solutions.zip
Answers to exercises found in exercises.htm file - 25kb
errata.html
Errors in the book. Think you found an error? Email me.