虚空境界分享 http://blog.sciencenet.cn/u/depengchen 摄心神,致虚极,守静笃

博文

按标题搜索
Cpp读取文本文件中跳过指定的行数
2016-6-24 15:50
#include iostream #include stdlib.h #include malloc.h #include cmath void jumpline(FILE* filep) { char buffer ; fgets(buffer,1024,filep); } for(i=0; i4; i++) jumpline(fp);
个人分类: 程序设计|2083 次阅读|没有评论

本页有 9 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-23 23:19

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部