UMBC CMSC 202, Computer Science II, Spring 1999,
Sections 0101, 0102, 0103, 0104
24. Standard Template Library
May 4, 1999
[Previous Lecture]
[Next Lecture]
- Reasons to know about the Standard Template Library (STL)
- Basic components
- Containers
- Iterators
- Algorithms
- Sequence Containers
- Associative Containers
- set, multiset
- map, multimap
- Container Adaptors
- stack
- queue
- priority_queue
[Previous Lecture]
[Next Lecture]