会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人不聪明,还学秃顶(绝顶聪明)
博客园
首页
新随笔
联系
管理
订阅
2018年12月29日
C语言文件读写,复制
摘要: #include<stdio.h>struct student{ int no; char name[12]; int score;};int main(int argc,char *argv[]){ FILE *fp = NULL; int i=0,n=0; struct student stus
阅读全文
posted @ 2018-12-29 16:19 人不聪明,还学秃顶(绝顶聪明)
阅读(284)
评论(0)
推荐(0)
编辑
公告