如何使用 C fread 读取大于 2GB 的文件?

How to read a file larger than 2GB using C fread?

本问题已经有最佳答案,请猛点这里访问。

Possible Duplicate:
2GB limit on file size when using fwrite in C?

我意识到对于我的 C 编译器,fread 函数只能正确读取小于 2GB (2147483648) 的文件。我想知道我们是否可以读取 >2GB 的文件。谢谢


您需要使用大文件支持进行编译。或者,在某些平台上,您可以使用 fopen64.


原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/269327.html

(0)
上一篇 2022年6月21日
下一篇 2022年6月21日

相关推荐

发表回复

登录后才能评论