C++ Programmer's Guide to the Standard Template Library: Provides a review of the book.
C++ Standard Library, The: A Tutorial and Reference: A reference about STL by Addison Wesley.
Data Structures Programming with the Standard Template Library: Information about the book by Joseph Bergin containing the complete Chapter 2 online.
Designing Components with the C++ STL: A New Approach to Programming: The author-homepage to the book. Contains the contents, forword, preface and errata of the book and also source-download for the examples in the book.
Designing Components with the C++ STL: A New Approach to Programming: The page at Addison Wesley about this book.
Effective STL: This book discusses misnomers and other surprises and misconceptions regarding the STL. A review of the book at devx.com.
Effective STL - Book Review: A review of the book at camelot.de.
Effective STL - ACCU Reviews: A review of the book at accu.org.
Effective STL - Book review: A review of the book at kuro5hin.org.
Effective STL - Modification History and Errata List: Provides the errata list for the book by Scott Meyers.
Effective STL Example Source Code: Provides downloadable Code for the book Effective STL, by Leor Zolman.
Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library: Reveals the critical rules of thumb employed by the experts--the things they almost always do or almost always avoid doing--to get the most out of the library. Contains 4 sample items. (Scott Meyers)
Generic Programming and the STL: Using and Extending the C++ Standard Template Library: This page contains the Errata for "Generic Programming and the STL: Using and Extending the C++ Standard Template Library" by Matthew Austern.
Generic Programming and the STL: Using and Extending the C++ Standard Template Library: The page at Addison Wesley about this book.
MFC Programming in C++ with the Standard Template Libraries: The page at Prentice Hall about this book.
Nicolai M. Josuttis: The C++ Standard Library: The authors page about hist book. Contains a changelog, some errata and examples.
Review of "STL for C++ Programmers": A review by Bob Adkins published in Linux Journal of the book by Leen Ammeraal.
Review: Generic Programming and the STL: A review of this book at DevX.
STL Bibliography: A short bibliography with books about STL
STL for C++ Programmers: A page about the book from Wiley & Sons about STL.
STL Programming from the Ground Up: A Review at by the Association of C & C++ Users for the book by Herbert Schildt.
STL Tutorial and Reference Guide: The page at Addison Wesley about this book.
STL Tutorial and Reference Guide [FTP]: Source files for all examples in the book by D.R. Musser and Atul Saini.
STL Tutorial Resources at Rensselaer: Information about the book "The STL Tutorial and Reference Guide" (Second Edition) including errata, downloadable source code and other information.