当前位置: 代码迷 >> 综合 >> CString 转std::string
  详细解决方案

CString 转std::string

热度:66   发布时间:2024-01-04 04:26:49.0

CString cs;

std::string s;

s=CWA2(cs.GetBuffer());

  相关解决方案