  |
http://ustl.sourceforge.net/ - http://ustl.sourceforge.net/
A micro-STL that implements parts of the STL specification intended to reduce code size of the derivative programs. |
  |
ptr_vector - A Container For Pointers - http://www.codeproject.com/vcpp/stl/ptr_vecto.asp
ptr_vector is a convenient STL-compliant vector for pointers. In essence, ptr_vector lets you treat a vector of pointers as if it were a vector of values. Description and source-code download. |
  |
The Matrix Template Library: A Unifying Framework for Numerical Linear Algebra - http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.45.8293
Presents a unified approach for expressing high performance numerical linear algebra routines for a class of dense and sparse matrix formats and shapes. |
  |
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] |
  |
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. |