CString str = “11”怎么把这个字符串变为char ch[0] = 11
mfc程序,没必要使用char*,基本上都可以用CString搞定。转来转去有时候还涉及编码问题,很麻烦。
ch[0] = aoti(str);