摘要:
#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
阅读(610)
评论(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
阅读(227)
评论(0)
推荐(0)

浙公网安备 33010602011771号