摘要: "5 1" "5 2" include include using namespace std; template class MySet { private: T data[100]; int count; public: MySet() { count = 0; }; int addSet(T 阅读全文
posted @ 2016-06-09 22:16 Wasdns 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 先是自己凭借自己在课堂上的记忆打了一遍。自然出了错误。 include include using namespace std; class people { private: int age; int sex; // 1 girl 2 boy public: people(int a = 0, i 阅读全文
posted @ 2016-06-09 20:48 Wasdns 阅读(156) 评论(0) 推荐(0) 编辑