1. int -> CString 변환 CString szTest; int nTemp = 100; szTest.format(_T("%d"), nTemp); <-- 이러면 szTest로 int값이 들어옵니다.
確定! 回上一頁