  |
Using the Standard Template Library With OCF/OWL - http://ourworld.compuserve.com/homepages/John_Maddock/stl.htm
Describes how to use the standard template library with Borland OWL. |
  |
STL foreMbedded Visual C++ - http://users.libero.it/g.govi/index.html
STL adaptation for eMbedded Visual C++. It is designed to work with Windows CE devices, such as H/PCs, Palm-sized PCs and Pocket PCs, and it is based on SGI's STL (3.3). |
  |
uSTL - http://ustl.sourceforge.net/
A micro-STL that implements parts of the STL specification intended to reduce code size of the derivative programs. |
  |
STLplus - 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] |
  |
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. |