摘要: Father.h: #pragma once #include <iostream> #include <string> using namespace std; class Father { public: Father(); Father(const string &name,int age); 阅读全文
posted @ 2022-11-20 20:58 wshidaboss 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Hero.h: #pragma once #include <iostream> #include <string> #include <vector> #include <sstream> using namespace std; typedef enum gender { Man, //男 Wo 阅读全文
posted @ 2022-11-20 09:55 wshidaboss 阅读(31) 评论(0) 推荐(0) 编辑