Sponsored results
Links
- A modest STL tutorial

Contains an introduction to the concepts of the STL.
http://www.cs.brown.edu/people/jak/proglang/cpp/stltut/tut.html
- Microsoft MSDN: Standard C++ Library Reference

The Online Reference for the Microsoft STL Library Implementation at MSDN.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang98/HTML/stdlbhm.asp
- Phil Ottewell's STL Tutorial

A tutorial about the C++ STL, suitable for readers with C++ experience including examples and working program samples.
http://www.pottsoft.com/home/stl/stl.htmlx
- A Tiny STL primer

A short description of the STL by David Harvey with links to other pages.
http://academic1.bellevue.edu/cpphome/stl/tiny_stl.htm
- STL Tutorial

A STL Tutorial including some graphic explanations.
http://www.decompile.com/html/tut.html
- STL Manual and Source

A downloadable manual for STL and pointers to a faq and source for an implementation of the STL.
http://www.cs.utexas.edu/users/lavender/courses/stl/
- The C++ Standard Template Library Overview

Another Online Tutorial about STL.
http://pages.cpsc.ucalgary.ca/~kremer/STL/
- How to setup STLport with Visual C++ 7

A short tutorial how to get STLport to work with Microsoft Visual Studio 7 (.NET).
http://www.geocities.com/simudream/Tutorial2STLport
- Introduction to STL taken from Linux Gazette #34

Another Introduction to the Standard Template Library
http://linuxgazette.net/issue34/field.html
- An Introductory STL tutorial

Hosted on The Code Project, this tutorial gives a basic introduction of the concepts of the STL.
http://www.codeproject.com/vcpp/stl/stlintroduction.asp
- Introduction to the C++ Standard Template Library

A basic STL introduction course offered by Semantics Consulting, Inc.
http://www.semantics.org/courses/Introductory-STL-Training.html
- Advanced STL Programming

A course for experienced STL programmers, offered by Semantics Consulting, Inc.
http://www.semantics.org/courses/Advanced-STL-Training.html
- Standard Library News, Part 2: Sets and Maps

Covers updates and additional information about standard library containers. This article appeared in C++ Report. (October, 1999)
http://www.gotw.ca/publications/mill11.htm
- Standard Library News, Part 1: Vectors and Deques

Present news updates about the standard library containers vector, deque, set, multiset, map, and multimap. This article appeared in C++ Report. (July, 1999)
http://www.gotw.ca/publications/mill10.htm
- Interview with Alex Stepanov

Article in Dr. Dobb's Journal, Issue March 1995. (March 1, 1995)
http://www.sgi.com/tech/stl/drdobbs-interview.html
- The Standard Template Library

Article from Byte's Oktober 1995 issue. (October 1, 1995)
http://www.byte.com/art/9510/sec12/art3.htm
- Priority Queues and the STL

An Article in Dr. Dobb's Journal by Mark Nelson that appeared in January, 1996. (January 1, 1996)
http://dogma.net/markn/articles/pq_stl/priority.htm
- STL and TR1: Part III

With TR1, C++ gets hash tables in the form of the template classes unordered_map, unordered_multimap, unordered_set, and unordered_multiset. (January 9, 2006)
http://www.ddj.com/dept/cpp/184402066
- swap_vector

Proposes a new template "swap_vector" that internally swaps elements instead of copy-constructing them in order to improve performance of the container.
http://www.torque.net/sg/p/swap_vector.html
- C++ and STL: Take Advantage of STL Algorithms by Implementing a Custom Iterator

An Article by Samir Bajaj published in the MSDN Magazine, April 2001. (April 1, 2001)
http://msdn.microsoft.com/msdnmag/issues/01/04/STL/
- The Standard Librarian: Sorting in the Standard Library

An article in the C/C++ Users Journal by Matthew Austern.
http://www.cuj.com/documents/s=7992/cujcexp1908austern/
- STL Resources at SGI site

A Collection of links and books provided by SGI.
http://www.sgi.com/tech/stl/other_resources.html
- SwTech.com - C++ Standard Template Library

A List of links about STL.
http://www.swtech.com/cpp/stl/
- STL Quick Reference

A quick reference intended for readers of the book "The C++ Standard Library from Scratch". It is not a full reference to the standard library.
http://www.halpernwightsoftware.com/stdlib-scratch/quickref.html
- The Code Project - STL

A programming site with a section on STL. Includes articles, links and source code.
http://www.codeproject.com/cpp/
- STL Bibliography

A short bibliography with books about STL
http://www.softmoore.com/Bib-5.5-CPP-STL.html
- Nicolai M. Josuttis: The C++ Standard Library

The authors page about hist book. Contains a changelog, some errata and examples.
http://www.josuttis.com/libbook/
- Generic Programming and the STL: Using and Extending the C++ Standard Template Library

The page at Addison Wesley about this book.
http://www.aw.com/catalog/academic/product/0,4096,0201309564,00.html
- STL for C++ Programmers

A page about the book from Wiley & Sons about STL.
http://www.wiley.com/legacy/compbooks/catalog/97181-2.htm
- STL Programming from the Ground Up

A Review at by the Association of C & C++ Users for the book by Herbert Schildt.
http://www.accu.org/bookreviews/public/reviews/s/s002016.htm
- Review of

A review by Bob Adkins published in Linux Journal of the book by Leen Ammeraal. (February 17, 2000)
http://www.linuxjournal.com/article.php?sid=2468
- 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/
- STL Tutorial and Reference Guide [FTP]

Source files for all examples in the book by D.R. Musser and Atul Saini.
ftp://ftp.cs.rpi.edu/pub/stl/book/
- STL Tutorial and Reference Guide

The page at Addison Wesley about this book.
http://www.aw.com/catalog/academic/product/0,4096,0201633981,00.html
- 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.
http://www.lafstern.org/matt/errata.html
- Effective STL Example Source Code

Provides downloadable Code for the book Effective STL, by Leor Zolman.
http://www.bdsoft.com/resources/estlcode.html
- Designing Components with the C++ STL: A New Approach to Programming

The page at Addison Wesley about this book.
http://www.aw.com/catalog/academic/product/0,4096,0201674882,00.html
- 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
- Data Structures Programming with the Standard Template Library

Information about the book by Joseph Bergin containing the complete Chapter 2 online.
http://www.wol.pace.edu/~bergin/STL/STL.html
- C++ Standard Library, The: A Tutorial and Reference

A reference about STL by Addison Wesley.
http://www.aw.com/catalog/academic/product/0,4096,0201379260,00.html
- Effective STL - Modification History and Errata List

Provides the errata list for the book by Scott Meyers.
http://www.aristeia.com/BookErrata/estl1e-errata_frames.html
- Effective STL - Book review

A review of the book at kuro5hin.org.
http://www.kuro5hin.org/story/2001/7/10/043/19846
- Effective STL - ACCU Reviews

A review of the book at accu.org.
http://www.accu.org/bookreviews/public/reviews/e/e002375.htm
- C++ Programmer's Guide to the Standard Template Library

Provides a review of the book.
http://www.dogma.net/markn/stl/stl.htm
The Computer Science Directory currently has categories, which include links along with indexed pages.