摘要:
1、字符串与数的转换:atof(字符串->double, int, long), itoa(int->字符串), ltoa(long int->字符串)double->CString的方法:CString::Format("%d", &dX); 2、CString to char* //经过类型强制转换,可以将CString类型转换成char*,例如: CString cStr = "Hello,... 阅读全文
posted @ 2006-03-26 18:52
[7]彩斑斓
阅读(2121)
评论(1)
推荐(0)