2015年7月20日

STL之map

摘要: map中的key必须重载 " 2 #include 3 #include 4 5 using namespace std; 6 7 int main() 8 { 9 std::map* > test_map;10 std::map map_01 ; 11 fo... 阅读全文

posted @ 2015-07-20 10:39 阳台 阅读(223) 评论(0) 推荐(0)

导航