C++: Difference between revisions

60 bytes removed ,  13 September 2021
Line 417: Line 417:


==STL==
==STL==
STL is the Standard Template Library originally implemented in 1994 by Stepanov and Lee from HP.
STL is the Standard Template Library originally implemented in 1994 by Stepanov and Lee from HP.<br>
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++
STL consists of a general set of algorithms, containers, functions, and iterators.<br>
This section focuses only on the portions of STL which have been incorporated into the C++ standard library.
Today, STL refers to those containers and algorithms which are now built into the standard library (std) of C++.


===Simple Containers===
===Simple Containers===