C++ 觀察者模式 (Oberver Pattern)

由於是個人練習用的,而且時間倉促,沒有想好後再來寫,盡請見諒! //UtilTool.h #pragma once #include <iostream> #include <string> #include <list> using namespace std; //Event.h #pragma once #include "UtilTool.h" enum EVENT_STATE {   
相關文章
相關標籤/搜索