2010年6月15日

c++ int转字符串 char转字符串

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--第一种inta=111;charb[20];itoa(a,b,10);xxx.SetWindowText(CString(b));第二种inta=111;TCHARb[20]={0};_itot(a,... 阅读全文

posted @ 2010-06-15 11:33 seaven 阅读(698) 评论(0) 推荐(0) 编辑

导航