合集-设计模式
摘要:`#include using namespace std; class Command{ public: Command(); virtual void on(){}; virtual void off(){}; virtual void undo(){}; }; Command::Command
阅读全文
摘要:#include<iostream> #include<list> #include<string> #include<type_traits> #include<functional> using namespace std; using namespace std::placeholders;
阅读全文

浙公网安备 33010602011771号