printing map

Upload: tanyamam

Post on 29-Feb-2016

216 views

Category:

Documents


0 download

DESCRIPTION

how to print the map in c+++

TRANSCRIPT

  • typedef map::const_iterator MapIterator;for (MapIterator iter = mapex.begin(); iter != mapex.end(); iter++){ cout