摘要: 文件1.txt中的内容如下: “123” “456” 用下面的方式统计文件的字节数: fp = fopen("1.txt", "r"); fseek(fp, 0, SEEK_END); file_len = ftell(fp); 则file_len统计了文件1.txt中的字节数为:8 用函数 rea 阅读全文
posted @ 2022-12-15 15:45 墨尔基阿德斯 阅读(341) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/558573914 https://www.cnblogs.com/biglucky/p/3755189.html 转载自:http://www.cmnsoft.com/wordpress/?p=1429 https://blog.csdn. 阅读全文
posted @ 2022-12-15 14:57 墨尔基阿德斯 阅读(689) 评论(0) 推荐(0) 编辑