> **This repo is no longer maintained!** > > **Please go to https://github.com/micooz/DesignPattern for further information.** ---- # 23种设计模式的C++实现 **每个文件夹对应一个设计模式** *NOTE:为方便学习,大多数project仅有一个实现文件,class均以inline方式实现* **实现参考**: [设计模式精解-GoF 23种设计模式解析](http://www.baidu.com/link?url=LeHLAfOFv93jO50Prk0fPct7wpAB3UfdCgZERe_UB6nkd75tb0roib7eJ7xGKPzIVcvhndajzaO0UPbIsqe8uNKAHjk-W9BFJzo6U0mmIkm) *NOTE:源代码经过简化,移除了一些不必要的构造和析构函数,方便阅读* **编译器**:Visual Studio 2013(MSVC 12)