Click to See Complete Forum and Search --> : Good STL book?


tecknophreak
08-06-2001, 12:59 PM
Any one know of a good STL book? I've got a 1998 Data Structures in C++ using the Standard Template Library book by Timothy Budd, but the code is old and not always right. So I'm looking for a new one.

kmj
08-06-2001, 01:46 PM
It's not a book, but I figured I'd post the stl documentation at SGI; it's the best I've seen.
http://www.sgi.com/tech/stl/

TetsuoII
08-08-2001, 06:40 AM
The C++ Standard Library - Nicolai Josuttis
ISBN: 0201379260

Simply brilliant.

T.