会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
秃头怪+1
博客园
首页
新随笔
新文章
联系
管理
订阅
2021年11月30日
C++中map迭代器的使用
摘要: 创建map:map<String , int > mymap; 其中:mymap->first代表下标;mymap->second 代表值; 插入对象时,可以使用以下三种方法: 1、用insert函数插入pair数据 map<int, string> mapStudent; mapStudent.i
阅读全文
posted @ 2021-11-30 15:23 秃头怪+1
阅读(410)
评论(0)
推荐(0)
公告