The Moment
記錄一些心得。
2010年8月25日 星期三
Read and Write large file(over 2G) in C
If you want to open a large file in Linux
You can try it
Add those flag into your Makefile
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
Modify you fseek and ftell to fseeko and ftello
Finish
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言