摘要: /***@author cody*@date 2014-08-09*@description copy text file* FILE *fopen(filename,openmode)* fclose(FILE *stream)* int fseek(stream,offset,whence)* ... 阅读全文
posted @ 2014-08-09 15:40 誑逩の蝸犇 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 相关的方法:int fputs(const char*s,FILE *stream);int gets(char *s,int size,FILE *stream);具体代码如下/***@author cody*@date 2014-08-09*@description copy text file... 阅读全文
posted @ 2014-08-09 15:36 誑逩の蝸犇 阅读(295) 评论(0) 推荐(0) 编辑