| Map (c++ Container) |
Article Index for Map |
Website Links For Map |
Information AboutMap (c++ Container) |
|
USAGE The map is declared in this format: : map <''key_type'', ''value_type'' [, ''memory_allocatior'' ]> ''map_name''The following code demonstrates how to use the map to store attendance records: #include #include #include #include |
|
|