当前位置: 代码迷 >> 综合 >> Partially compare the CString
  详细解决方案

Partially compare the CString

热度:9   发布时间:2024-01-11 05:22:54.0

use the truncate method, for example: 

Msg.Left(6).Compare(_T("String to compare to"))

  相关解决方案