# DesignPatternCPP **Repository Path**: onefollower/design-pattern-cpp ## Basic Information - **Project Name**: DesignPatternCPP - **Description**: this is the design pattern code by cpp - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 设计模式 - 【code in C++ and build with Makefile】 ### TODO: - [x] TemplateMethod - [x] Strategy - [x] Observer - [x] SimpleFactory - [x] Factory - [x] AbstractFactory - [x] Decorator - [x] Bridge - [ ] Proxy - [ ] Adapter - [ ] Composite - [ ] Iterator - [ ] Command - [ ] Prototype - [ ] State - [ ] Vistor ### Get Start ```Shell #build the code cd design-pattern-cpp make #run the program cd build/bin && ./main #clean the project cd design-pattern-cpp make clean ``` ### Open or Close some pattern open the file of feature.config remove the one that to remove. it will not build by the make system and run without it