What is the best way to convert an int variable to a CString object? int i = 4; CString str; str.Format("%d", i);. -- Scott McPhillips [VC++ MVP].
確定! 回上一頁