STL examples at support.microsoft.com
Contains a list of samples by Microsoft, that show how to use the STL.
STL foreMbedded Visual C++
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).
STL Test Suite
A set of 225 tests to check conformance of C++ compilers and libraries to the ISO Standard.
STL-Compatible Compilers List
List of compiliers that support the STL
STLplus
STL+ is a collection of reusable C++ components for developers already familiar with the STL. It contains 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]
uSTL
A micro-STL that implements parts of the STL specification intended to reduce code size of the derivative programs.
Views
Extends the Standard Template Library by adding template classes that define views.
VTL Views Template Library
Container adaptors for use with STL standard containers. Filters, and transforms of data without copying.
Wikipedia - Standard Template Library
The entry in the online encyclopedia briefly describes the STL.
Using the Standard Template Library With OCF/OWL
Describes how to use the standard template library with Borland OWL. (December 22, 1996)
Results: Previous 1 2 3 4 5