摘要:
工作中碰到需要处理超过2GB的文件,考虑到还要跨平台封装C库函数成一个类,提供常见的一般IO操作 1 //Header File 2 #ifndef __LARGE_FILE_H 3 #define __LARGE_FILE_H 4 5 //This Marco forces all file access calls to use the 64 bit variants 6 #define FILE_OFFSET_BITS 64 7 8 #include <cstdio> 9 #include <string> 10 11 class CLargeFile { 12. 阅读全文
posted @ 2012-08-23 15:24
Jojodru
阅读(406)
评论(0)
推荐(0)
浙公网安备 33010602011771号