摘要: char* str = "it is a test"; CString str1 = str; //方法一,直接赋值 CString str2; str2.Format("%s",str);//方法二,利用format进行串的格式化CString a;int b = 0;a.format("%d"... 阅读全文
posted @ 2015-11-04 15:35 zeus135 阅读(163) 评论(0) 推荐(0) 编辑