Map1 map map 사용하기 #include #include #include using namespace std; int main() { map testMap; testMap["AB"]=0.1; testMap["CD"]=0.2; testMap["EF"]=0.3; map::iterator it; for( it = testMap.begin() ; it != testMap.end() ; it++ ){ cout 2016. 7. 11. 이전 1 다음