RogueWave Standard C++ Library
Documentation for the Standard C++ Library, Data Structures and Algorithms, String, Complex, and Numeric Limits, Iostreams and Locale.
Safe STL
An enhancement for the STL that tries to catch many typical STL programming errors.
SPC Seminar Series - Effective STL Programming
This seminar will give you a detailed examination of the factors that affect the performance of C++ software. Provided by Scott Meyers, author of "Effective STL".
Standard Template Library Reference
The STL Online Reference Home Page at Rensselaer Polytechnic Institute.
STL Error Decryptor for Visual C++
A set of tools to shorten the length of VC++ 6/7 STL-related error messages, allowing essential information to fit in status bar at the bottom of the Visual Studio IDE. [Freeware]
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)
SGI's STL Programmer's Guide
A freely available implementation of the C++ Standard Template Library, including hypertext documentation.
STLport.org
A port of the original STL to many platforms. Derived from the SGI implementation, changes are incorporated regularly.
C++ Standard Library Active Issues List
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.
C++ Standard-Library and STL
A comparison of different STL implementations. Covers RogueWave, ObjectSpace, SGI and vendor provided implementations.
Digging into STL Iterators
A discussion about STL iterators, how they were designed and how they perform compared to different design aproaches.
Results: Previous 1 2 3 4 5 Next