码迷,mamicode.com
首页 > 其他好文 > 详细

stl 常用代码

时间:2014-10-01 02:41:20      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   sp   div   c   log   代码   

  • CString类型的replace
    int pos = 0;
    while((pos = it->m_strFile.find(_T("%UC_INSTALL_ROOT%\\"), pos)) != it->m_strFile.npos)
        it->m_strFile.replace(pos, _tcslen(_T("%UC_INSTALL_ROOT%\\")), _T("") );

     

stl 常用代码

标签:style   blog   color   os   sp   div   c   log   代码   

原文地址:http://www.cnblogs.com/cartler/p/3958313.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!