相关疑难解决方法(0)

fgetpos/fsetpos和ftell/fseek有什么区别

What's the difference between using the functions fgetpos() and fsetpos() and using the functions ftell() and fseek() to get and set a position in a file?

What are fgetpos() and fsetpos() good for? Why would they be used instead of ftell() and fseek()?

c c-standard-library

29
推荐指数
3
解决办法
1万
查看次数

标签 统计

c ×1

c-standard-library ×1