最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 正文

读取map的值

来源:动视网 责编:小OO 时间:2025-09-26 10:58:26
文档

读取map的值

qqqqqqqqqqqqqqqqqqqqqqqqid111111111111111111111111idstructstructdata{intid;longcontext;}maphttpnodeobj;//读取文件内容时存入map的值,下面对这个httpnodeobj进行操作mapvalueobj;voidreaddata(){map::iteratorit;for(it=httpnodeobj.begin();it!=httpnode.end();++it){httpnode*pdata
推荐度:
导读qqqqqqqqqqqqqqqqqqqqqqqqid111111111111111111111111idstructstructdata{intid;longcontext;}maphttpnodeobj;//读取文件内容时存入map的值,下面对这个httpnodeobj进行操作mapvalueobj;voidreaddata(){map::iteratorit;for(it=httpnodeobj.begin();it!=httpnode.end();++it){httpnode*pdata
qqqqqqqqqqqqqqqqqqqqqqqq id

111111111111111111111111 id

struct structdata

{

int id;

long context;

}

map httpnodeobj; //读取文件内容时存入map的值,下面对这个httpnodeobj进行操作

map valueobj;

void readdata()

{

map::iterator it;

for(it = httpnodeobj.begin(); it != httpnode.end();++it)

{

httpnode* pdata = it->second;

id = pdata->id;

map::iterator itr= valueobj.find(id)

if(itr != valudeobj.end())

{

structdata *ptemp = itr->second;

ptemp->context += pdata->context;

}

structdata * point = (structdata*)mallc(sizeof(structdata));

point->id = pdata->id;

point-contest = pdata->context;

valueobj[id] = point;

}

//直接取map值的两种方法

方法1:

Int main()

{

Map mapStudent;

mapStudent.insert(pair(1, “student_one”));

mapStudent.insert(pair(2, “student_two”));

mapStudent.insert(pair(3, “student_three”));

int nSize = mapStudent.size()

//此处有误,应该是 for(int nIndex = 1; nIndex <= nSize; nIndex++)

//by rainfish

for(int nIndex = 0; nIndex < nSize; nIndex++)

{

Cout<}

}

方法2:

map::iterator iter;

iter = g_protocol_map.find(q.fieldValue(3));

if(iter != g_protocol_map.end())

{

fr.procotolgroup_id = g_protocol_map[q.fieldValue(3)]; //可以看出可以直接把value赋给某个变量

}

fr.linkgroup_id = q.fieldValue(4);

文档

读取map的值

qqqqqqqqqqqqqqqqqqqqqqqqid111111111111111111111111idstructstructdata{intid;longcontext;}maphttpnodeobj;//读取文件内容时存入map的值,下面对这个httpnodeobj进行操作mapvalueobj;voidreaddata(){map::iteratorit;for(it=httpnodeobj.begin();it!=httpnode.end();++it){httpnode*pdata
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top