摘要:
晕一把.写应用程序了...字符串的转化:float to charchar *cTem;float fZhe;sprintf(cTem,"%.3f\0",fZhe);char to float用atof()就搞定char to CString CString.Format("%s",cTem);字节对齐问题:#pragma pack(2) //2字节对齐2进制文件读写:读:CFile MyFile... 阅读全文
posted @ 2010-08-27 16:16
Sankye
阅读(390)
评论(1)
推荐(0)
浙公网安备 33010602011771号