摘要: #include #include using namespace std;class Student{public: Student (char *name); ~Student();public: char name[30]; Student *next; stat... 阅读全文
posted @ 2014-06-26 21:09 義丨往昔灬miller 阅读(605) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; class Internet { public: Internet(char *name,char *address) { strcpy(Internet::name,name); ... 阅读全文
posted @ 2014-06-26 20:31 義丨往昔灬miller 阅读(223) 评论(0) 推荐(0) 编辑