December 2016
Beginner
800 pages
21h 23m
English
Put in simple terms, the standard template library (STL) is a set of template classes and functions that supply the programmer with
Containers for storing information
Iterators for accessing the information stored
Algorithms for manipulating the content of the containers
In this lesson, you get an overview of these three pillars of STL.
Containers are STL classes that are ...
Read now
Unlock full access