计算文件的长度

1、FIO19-C. Do not use fseek() and ftell() to compute the size of a regular file

2、Reposition stream position indicator

遇到的问题:

①多次执行fopen("wb"),会清空文件的内容。如果需要多次打开一个文件并写入的话,后面的写入需要使用fopen("a+") appendend,或者尽量在在一次fopen中将文件写完。

w+ Open for reading and writing. The file is created if it does not exist, otherwise it is truncated,. The stream is positioned at the beginning of the file. 如果文件以前不存在,那么会创建一个,否则文件会被 截短/truncated或者清空流/stream
REFER: fopen(3) - Linux man page

这个问题在很多语言中都会碰到,到底是w+模式,还是a+模式

转载于:https://www.cnblogs.com/xuanyuanchen/p/6016330.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值