First page Back Continue Last page Graphics
History: STL added
1994 – The STL was added to the C++ standard library.
STL defines powerful, template-based, reusable components that implement many common data structures and algorithms used to process those data structures.
Makes heavy use of both function and class templates.