> libstdc++ contains everything included in the C++ Standard (well, almost > everything). "The C++ Programming Language, Third Edition" by Bjarne > Stroustrup is a good bet. Actually, the current libstdc++ is missing a number of things: locales, valarray, stringstream, auto_ptr for example. A more complete and rewritten version is in progress.