C++: Difference between revisions
Line 416: | Line 416: | ||
==STL== | ==STL== | ||
STL is the Standard Template Library | STL is the Standard Template Library originally implemented in 1994 by Stepanov and Lee from HP. | ||
STL consists of a general set of algorithms, containers, functions, and iterators, many of which are now built into the standard library (std) of C++. | |||
This section focuses only on the portions of STL which have been incorporated into the C++ standard library. | This section focuses only on the portions of STL which have been incorporated into the C++ standard library. | ||