在VC++中int整數轉CString字串. 程式碼如下:. 1. 2. 3. 4. int num = 123;. CString str;. str.Format(_T( "%d" ), num);.
確定! 回上一頁