CString type conversion to int converts characters to integers, you can use atoi, _atoi64 or atol. //CString aaa = "16" ; //int int_chage = atoi((lpcstr)aaa) ;.
確定! 回上一頁