Category:STL: Difference between revisions

From Rosetta Code
Content added Content deleted
m (libstubbed)
 
(describe)
 
Line 1: Line 1:
{{library}}The '''Standard Template Library''' or '''STL''' is collection of [[C++]] libraries written as portable templates which implement a variety of containers, iterators, and algorithms. It was originally written by SGI, and nowadays forms a subset of the [[C++ Standard Library]]. See [http://en.wikipedia.org/wiki/Standard_Template_Library Wikipedia] for more details.
{{library}}{{stub}}

Latest revision as of 16:16, 7 February 2008

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

The Standard Template Library or STL is collection of C++ libraries written as portable templates which implement a variety of containers, iterators, and algorithms. It was originally written by SGI, and nowadays forms a subset of the C++ Standard Library. See Wikipedia for more details.

Pages in category "STL"

The following 7 pages are in this category, out of 7 total.