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));