CString d;  
d.Format(_T("%d"),c);//整型转字符串  
AfxMessageBox(d);  
  
int e = _ttoi(_T("123"));//字符串转整型