Grendel
April 26th, 1999, 08:24 PM
What's the best way to convert int to CString? I did it this way (ASCII) and I was looking for a better method:
GetListCtrl().SetItemText(i, 1, CString(pInfo->m_nTeamNumber + 48));
GetListCtrl().SetItemText(i, 1, CString(pInfo->m_nTeamNumber + 48));