MFC
CString to char*
슬픈달
2020. 5. 20. 14:16
반응형
char acArray[256];
CString strTex = _T("111");
strcpy(acArray, CStringA(strText).GetString() );
반응형