最近在学习MFC,记录一下:1、CString 转int:[cc]CString str;int a;a = _ttoi(str);[/cc]2、 int转CString:[cc]CString str;int a;str.
確定! 回上一頁