•The Standard Template Library (STL) consists of containers, generic algorithms, iterators, etc
•It is a general purpose library consisting of algorithms and data structures.
•The data structures that are used in the algorithms are abstract in the sense that the algorithms can be used on (practically) every data type.
•http://www.sgi.com/Technology/STL/
•