c++ - fseeko, fseeko64; ftello、ftello64 Visual C 等效项

标签 c++ c visual-c++ unix

谁能告诉我什么是 fseeko 的 Visual C 等价物,fseeko64; ftello,ftello64?

谢谢:)

最佳答案

没有返回/使用 off_t 的函数,如果您需要 64 位位置,您可以使用: _fseeki64 _ftelli64

关于c++ - fseeko, fseeko64; ftello、ftello64 Visual C 等效项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11737661/

相关文章:

用于应用程序/程序设置的 C++ 类?

C++ typeof 运算符

c - 使用提示 : child prints after parent waitpid 实现 shell

c++ - 'Guaranteed Copy Elision' (P0135, C++1z) 是否可能需要 ABI 损坏?

c++ - 我如何在 C/C++ 中接收原始的第 2 层数据包?

c - 为什么 GCC 不显示矢量化信息?

visual-studio-2010 - 做个人项目需要VS 2010的Team Foundation Server 2010吗?

c++ - LNK2038 : mismatch detected for 'RuntimeLibrary' : value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in file. 对象

c++ - 带有友元运算符的模板类的嵌套类,编译错误

c++ - Linux C++。预加载共享库中定义的基类的崩溃调用函数