M
Martijn Lievaart
There are several places online which document the standard library,
e.g. www.dinkumware.com , but they only *document it*, the
Josuttis book *explains* how it works and gives advice how
to use it effectively. Another similar book which is more
oriented toward application of the library rather than
dissecting it, is Austern's "Generic Programming and the
"STL".
I would add "Effective STL" by Meyers as an add-on. Indispensible to
learn the STL imho.
M4