# CDesignPattern **Repository Path**: thinksky5124/cdesign-pattern ## Basic Information - **Project Name**: CDesignPattern - **Description**: C++设计模式范例库 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-05 - **Last Updated**: 2022-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: design-pattern ## README # CDesignPattern #### 介绍 C++设计模式范例库。本仓库为《图解设计模式》的C++实现版本。 ### 使用环境 - CMake Tools >= 3.16 - gcc >= 9.4.0 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request