  |
Invalidation of STL Iterators - http://angelikalanger.com/Conferences/Slides/CppInvalidIterators-DevConnections-2002.pdf
Offers a course that looks into one of the surprises related to use of iterators: invalidation. |
  |
http://stlplus.sourceforge.net/ - http://stlplus.sourceforge.net/
STL+ is a collection of reusable C++ components for developers already familiar with the STL. It includes abstract data types to extend the STL, reusable components, data persistence and portability components. The collection is general-purpose and portable between Windows and Unix platforms. [Open source, BSD License] |
 |
C++ Standard Library Active Issues List - http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html
The Working Group 21 provides a list of issues that are known in the current Definition of the C++ Standard Library. Also a list of defects is provided. |
 |
Free words concerning STL - http://www.nongnu.org/stlfreedoc/
A documentation of the C++ standard template library under the Free Documentation License. |
 |
C++ STL FAQ [FTP] - ftp://ftp.hpl.hp.com/stl/stl.faq
This FAQ deals with the containers, iterators, and algorithms sections of the C++ Standard, Clauses 23, 24 and 25. |