CString to char* char acArray[256];CString strTex = _T("111"); strcpy(acArray, CStringA(strText).GetString() ); MFC 2020.05.20