s
menu
menu
Login  |  Register  |  Media Kit  |  Press  |  Site Map  |  Contact Us Digg It! Post to Del.icio.us Bookmark using any social bookmark manager!  Increase font-sizeDecrease font-sizeRestore default font-sizes



C++ Programming Resource Center
Hover here, then click toolbar to edit content
STL Resources
Constructors, Operators, and Functions
http://www.cppreference.com/cppstl.html
List of the constructors, operators and functions supported by each STL container.
Includes articles, books and interviews.
Standard Template Library Wiki
http://en.wikipedia.org/wiki/Standard_Template_Library
Wikipedia entry for the Standard Template Library. Defines the Standard Template Library (STL) as a subset of the C++ Standard Library. The STL provides classes and functions for containers, iterators, and algorithms in C++. Entry also discusses the history of the STL, criticism of the STL and links to other resources relating to the C++ STL.
C++ Standard Library Wiki
http://en.wikipedia.org/wiki/C%2B%2B_Standard_Library
Wikipedia entry for the C++ Standard Library. Defines what the C++ Standard Library is and provides an overview of the headers provided in the C++ Standard Library, the C Standard Library and the C++ Standard Template Library (STL) with links to more detailed information on many of them.
Alexander Stepanov Interview
http://www.sgi.com/tech/stl/drdobbs-interview.html
Dr. Dobb's Journal interview with Alexander Stepanov.
Byte Magazine STL Article
http://www.byte.com/art/9510/sec12/art3.htm
Byte Magazine article on the STL written by Alexander Stepanov. Stepanov, one of the creators of the Standard Template Library, explains how to use the STL in generic programming.
Standard Template Library Programmer's Guide
http://www.sgi.com/tech/stl
Silicon Graphics Standard Template Library Programmer's Guide is a useful resource for STL information. Download the STL from this site and find the latest information, design documentation and links to other STL resources.
foot
Update :: July 08, 2008