This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Documentation for libstdc++
- To: aaron at boim dot com, gcc-help at gcc dot gnu dot org
- Subject: RE: Documentation for libstdc++
- From: Paolo Carlini <pcarlini at unitus dot it>
- Date: Thu, 14 Jun 2001 19:59:22 +0200
Hi,
I suggest buying a very good book (there are at least 3 or 4 around). I
would recommend:
Nicolai M. Josuttis
The C++ Standard Library : A Tutorial and Reference
Addison-Wesley, 1999
ISBN: 0201379260
Limited in scope to the STL but also very good:
Scott Meyers
Effective STL: 50 Specific Ways to Improve Your Use of the Standard
Template Library
Addison-Wesley, 2001
ISBN: 0201749629
Cheers,
P.