Review of "STL for C++ Programmers" - A review by Bob Adkins published in Linux Journal of the book by Leen Ammeraal. - http://www.linuxjournal.com/article/2468
STL for C++ Programmers - A page about the book from Wiley & Sons about STL. - http://www.wiley.com/WileyCDA/WileyTitle/productCd-0471971812.html
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) - http://www.awprofessional.com/bookstore/product.asp?isbn=0201749629&redir=1&rl=1
Effective STL Example Source Code - Provides downloadable Code for the book Effective STL, by Leor Zolman. - http://www.bdsoft.com/resources/estlcode.html
Effective STL - Book review - A review of the book at kuro5hin.org. - http://www.kuro5hin.org/story/2001/7/10/043/19846
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. - http://www.informatik.hs-bremen.de/~brey/stlbe.html
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. - http://www.cs.rpi.edu/~musser/stl-book/
Effective STL - This book discusses misnomers and other surprises and misconceptions regarding the STL. A review of the book at devx.com. - http://archive.devx.com/free/books/bookview.asp?content_id=1853