2016年5月15日

摘要: 使用map得包含map类所在的头文件#include <map> 定义一个map对象:map<string, int> mapTest;//用string作为索引,存储int对象 【四种方法】 mapTest["aaa"] = 100; mapTest.insert(map<string, int> 阅读全文
posted @ 2016-05-15 16:01 cexo 阅读(277) 评论(0) 推荐(0) 编辑

导航