This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: String class + Documentation Questions
- To: tv at pobox dot com (Todd Vierling)
- Subject: Re: String class + Documentation Questions
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Fri, 21 Aug 98 4:11:31 PDT
- Cc: johnr at euler dot mcdata dot com, egcs at cygnus dot com
> 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.