01 2012 档案
摘要:CString str ;str = _T("1234"); int i = _ttoi(str);float f = _tstof(str);**************************数字转wchar_twchar_t c[10];int num = 100;_itow_s(num, c,10,10);wstring str(c);******************************wstring to int_wtoi(str.c_str());******************************如果你准备使用 Unicode 字符,你应该用_
阅读全文

浙公网安备 33010602011771号