45fan.com - 路饭网

搜索: 您的位置主页 > 网络频道 > 阅读资讯:怎么样使用MFC中的CMap及其子类的函数?

怎么样使用MFC中的CMap及其子类的函数?

2016-08-27 14:36:51 来源:www.45fan.com 【

怎么样使用MFC中的CMap及其子类的函数?

CMapStringToPtr map;
POSITION pos = map.GetStartPosition();
while (pos != NULL)
{
CString strRet;
CString* pStr = NULL;
map.GetNextAssoc(pos, strRet, (void *&)pStr);
if (pChClass != NULL)
{
AfxMessageBox(strRet + *pStr);
}
}
 

本文地址:http://www.45fan.com/a/question/68400.html
Tags: 中的 遍历 MFC
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部