C++設計模式:過濾器模式

一、源代碼: #include<iostream> #include<memory> #include<list> #include<algorithm> using namespace std; class Person { public: Person(string name,string gender,string maritalStatus) { thi
相關文章
相關標籤/搜索