赞助
摘要: 1 #include 2 #include 3 using namespace std; 4 1 /*文件大小格式化 2 *param [in] dwSize xx.xxB 、xx.xxKb 、xx.xxM 3 */ 4 5 LPCTSTR CFileUtil::FileSizeToFormat(DWORD dwSize) 6 { 7 TCHAR* ... 阅读全文
posted @ 2015-03-30 16:51 车臣 阅读(725) 评论(0) 推荐(0) 编辑