First page Back Continue Last page Graphics
STL
Components
Containers
- Manage collections of objects of a certain kind.
Iterators
- Used to step through the elements of collections of objects.
- Small but common interface for an arbitrary container type.
Algorithms
- Used to process elements of collections