摘要:
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 字符,你应该用_ 阅读全文
posted @ 2012-01-06 15:05
翛尧
阅读(1391)
评论(0)
推荐(0)

浙公网安备 33010602011771号