Standard C++ Library User Guide and Tutorial
Declaration and Initialization of Lists■
Type Definitions■
Placing Elements into a List■
Removing Elements■
Extent and Size-Changing Operations■
Access and Iteration■
Test for Inclusion■
Sorting and Sorted List Operations■
Searching Operations■
In Place Transformations■
Other Operations■
Example Program - An Inventory System❍
Chapter 7: deque
The Deque Data Abstraction❍
Include Files■
Deque Operations❍
Example Program - Radix Sort❍
Chapter 8: set, multiset, and bitset
The set Data Abstraction❍
Include Files■
set and multiset Operations❍
Declaration and Initialization of Set■
Type Definitions■
Insertion■
Removal of Elements from a Set■
Searching and Counting■
Iterators■
Set Operations■
Other Generic Algorithms■
Example Program: - A Spelling Checker❍