# DesignPattern **Repository Path**: micooz/DesignPattern ## Basic Information - **Project Name**: DesignPattern - **Description**: 23种设计模式的C++实现 - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://github.com/micooz/DesignPattern - **GVP Project**: No ## Statistics - **Stars**: 1202 - **Forks**: 617 - **Created**: 2014-10-03 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README > **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)