摘要: 1 #include 2 #include 3 #define FILENAME "E:\\FUSHI\\students.txt" 4 5 struct student 6 { 7 int num;//学号 8 char name[20];//姓名 9 char r... 阅读全文
posted @ 2016-01-12 22:18 Xbert 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 #define FILENAME "E:\\FUSHI\\test.txt" 6 7 int main() 8 { 9 /* 10 新建文件... 阅读全文
posted @ 2016-01-12 18:44 Xbert 阅读(284) 评论(0) 推荐(0) 编辑