摘要:
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
阅读(30)
评论(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
阅读(74)
评论(0)
推荐(0)
浙公网安备 33010602011771号