• 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("") );

     

相关文章:

  • 2021-12-10
  • 2022-01-10
  • 2021-09-15
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-03-05
  • 2021-10-14
  • 2021-08-30
  • 2022-03-01
相关资源
相似解决方案