Standard C++ Library User Guide and Tutorial
The bitset Abstraction❍
Include Files■
Declaration and Initialization of bitset■
Accessing and Testing Elements■
Set operations■
Conversions■
Chapter 9: map and multimap
The map Data Abstraction❍
Include files■
Map and Multimap Operations❍
Declaration and Initialization of map■
Type Definitions■
Insertion and Access■
Removal of Values■
Iterators■
Searching and Counting■
Element Comparisons■
Other Map Operations■
Example Programs❍
A Telephone Database■
Graphs■
A Concordance■
Chapter 10: stack and queue
Overview❍
The Stack Data Abstraction❍
Include Files■
Declaration and Initialization of stack■
Example Program - A RPN Calculator■
The Queue Data Abstraction❍
Include Files■