Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在 C 中使用 fwrite 时文件大小限制为 2GB?
我意识到对于我的 C 编译器,fread 函数只能正确读取小于 2GB(2147483648)的文件。我想知道我们是否可以读取 >2GB 的文件。谢谢
您需要使用大文件支持进行编译。或者,在某些平台上,您可以使用fopen64.
fopen64