16,551
社区成员
发帖
与我相关
我的任务
分享
char ch_1 = '1';
CString str_path(_T("d:\\test\\test.exe"));
CString strText;
strText.Format(_T("%s,%c"), str_path, ch_1);
AfxMessageBox(strText);
CString strTemp;
strTemp.Format(_T("%s,%c"), str_path, ch_1);