CString MyString; int MyInt; MyString.Format(L"%d",MyInt); Another way is to use the std library's to_wstring[^], and then cast the result to ...
確定! 回上一頁