To convert an Integer into a CString, the best way would be: C++. Copy Code. CString MyString; int MyInt; MyString.Format(L"%d",MyInt);
確定! 回上一頁