随笔 - 4  文章 - 0  trackbacks - 0
<2010年1月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 typedef multimap<CString, CString>::iterator it_authors;
 pair<it_authors, it_authors> pos = theApp.m_chatConetentList.equal_range(strDel);
 if (pos.first!=pos.second)
 {
  theApp.m_chatConetentList.erase(pos.first,pos.second);
 }
posted on 2010-01-26 12:00 zwicker 阅读(400) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理