1. |
-
¬Standard Template Library Programmer's Guide
- The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template.
URL: http://www.sgi.com/Technology/STL/index.html
|
2. |
-
Matrix Template Library
- The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.
URL: http://www.lsc.nd.edu/research/mtl/
|
3. |
-
C++ Standard Template Library Overview [Rob Kremer]
- Brief overview of stl.
URL: http://www.cpsc.ucalgary.ca/~kremer/STL/1024x768/index.html
|
4. |
-
Standard Template Library Reference Online [example programs]
- At its July 1994 meeting, the ANSI/ISO C++ Standards Committee voted to adopt STL as part of the standard C++ library.
URL: http://www.cs.rpi.edu/projects/STL/htdocs/stl.html
|