Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
Map « Data Structure « C++
C++
Data Structure
Map
1.
A map: insert pair, find, end
2.
A map of opposites.
3.
A map of word opposites, using strings.
4.
Cycle through a map using an iterator.
5.
Cycle through a map in reverse.
6.
Using [] in Map
7.
[] automatically inserts elements.
8.
Maps can store only unique keys.
9.
Use a map to create a phone directory: string class
10.
Use the greater function object in Map
11.
Demonstrating a multimap.
12.
Use a multimap to create the phone directory.
13.
A simple map: char and int
14.
Use a map of strings to create a phone directory.
15.
File and map