map<char,int> first; first['a']=1; first['b']=2; first['c']=3; first['d']=4; first['e']=5; first['a']=11; //overrite 1 map<char,int>::iterator it; for(it=first.begin();it!=first.end();++it){ cout<<it->first<<"="< Read More
posted @ 2011-10-02 21:22 庚武 Views(276) Comments(0) Diggs(0)
posted @ 2011-10-02 03:05 庚武 Views(127) Comments(0) Diggs(0)