- CString类型的replace
int pos = ;
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("") );
相关文章
- 10-07[代码] 类似 YYText 将表情文本转换成表情字符
- 10-07pandas_一维数组与常用操作
- 10-07从c代码发送mpi消息到fortran 90代码
- 10-07C和MPI如何将部分代码写成并行?
- 10-07MPI_Bcast c STL向量
- 10-07常用开窗函数总结(hive、sparkSQL可执行)
- 10-07通过GitHub Desktop 上传代码到github 远程仓库
- 10-07SpringMVC常用注解@Controller,@Service,@repository,@Component
- 10-07克隆git代码到本地时报“fatal: Could not read from remote repository. Please make sure you have the correct acc
- 10-07分享让人折服的优秀代码基因 ReviewBoard