Standard Template Library
Standard Template Library (STL)is a software library of c++. This library consists of a lot of useful components. All the classes, that are part of STL can be divided in four categories : containers,algorithms, functional, and iterators.
- Read more about Standard Template Library
- Log in or register to post comments
- 58 views