摘要: 1 //===================================== 2 // student.h 3 //===================================== 4 #ifndef HEADER_STUDENT 5 #define HEADER_STUDENT 6 //------------------------------------- 7 #include<iostream> 8 using namespace std; 9 //-------------------------------------10 class Student{1 阅读全文
posted @ 2013-06-21 23:30 herizai 阅读(193) 评论(0) 推荐(0) 编辑