随笔分类 - 设计模式
摘要:#pragma once#include "student.h"#include "Teacher.h"typedef enum _EPersonType{ ePersonUndefin = 0, ePersonStudent, ePersonTeacher}EPersonType...
阅读全文
摘要:#include #include using namespace std;class Single{public: static Single* ShareInstance(); static void ReleaseInstance();private: Single(); ...
阅读全文
浙公网安备 33010602011771号