2014年4月12日

C语言 文件读取

摘要: FILE *fp = fopen("data.txt","rt");fscanf(fp,"%d", &n );/* 把数据放到数组中 */fclose(fp); 阅读全文

posted @ 2014-04-12 17:10 MILUMI 阅读(149) 评论(0) 推荐(0) 编辑

导航