随笔分类 -  C语言

精通C语言
摘要:简单的文件操作//将2个学生的记录输入txt文件,并且显示在屏幕中#include #include #define N 2typedef struct stu{ char Class[20]; int age; char name[9];}stu;//需要自定义类型(typede... 阅读全文
posted @ 2015-12-31 22:47 我在这儿 阅读(232) 评论(0) 推荐(0)