C++: Difference between revisions

1 byte removed ,  13 September 2021
Line 419: Line 419:
STL is the Standard Template Library originally implemented in 1994 by Stepanov and Lee from HP.<br>
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.<br>
STL consists of a general set of algorithms, containers, functions, and iterators.<br>
Today, STL refers to those containers and algorithms which are now built into the standard library (std) of C++..
Today, STL refers to those containers and algorithms which are now built into the standard library (std) of C++.


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