CString类常用方法----Format(),sprintf(),itoa(),ltoa(),ultoa(),atoi(),atol(),atof()
voidFormat(LPCTSTRlpszFormat,...);和printf的使方法一样voidFormat(UINTnFormatID,...);利用资源格式化字符串,这个比上面的省空间,方便改,功能一样作用:像printf一样格式化字符串 intsprintf(char*buffer,constchar*format[,argument]...);//用法和printf一样 char*i