CString CTestDlg::itos(int i) {
CString str; str.Format("%d",i); return str ; }
void CTestDlg::OnButton2() { // TODO: Add your control notification handler code here int i = 5 ;
AfxMessageBox(itos(i)); }
/
京公网安备 11010502049817号