#include #include #include #include #include #include using namespace std; // Ausgabefunktion fuer die Telbuch.map void printmap(pair p){cout< Telbuch; Telbuch["Martin"]=12345; Telbuch["Ulrike"]=23456; Telbuch["Peter"]=34567; // Ausgabe der Karte cout<<"map nach der Aufbau:"<::iterator M=Telbuch.begin(); M!=Telbuch.end(); M++) cout<first<<" "<second<first<<" "<second< for_each(Telbuch.begin(),Telbuch.end(),printmap); cin.get(); cout<<"STRING TEIL"<