# CppDesignPattern **Repository Path**: jackee645467620/CppDesignPattern ## Basic Information - **Project Name**: CppDesignPattern - **Description**: C++设计模式实现,Qt项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-06-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CppDesignPattern C++设计模式实现,Qt项目 * Blog:[http://techieliang.com](http://techieliang.com/2017/12/764/) * 范例在main文件测试完毕后大部分都忘了delete,留下这戏错误提醒以后不要再犯。。。使用各种模式时请根据情况管理指针 ## SingletonPattern 单例模式 * Blog:[C++设计模式-单例模式](http://techieliang.com/2017/12/772/) ## FactoryMethodPattern 工厂方法模式/抽象工厂模式 * Blog:[C++设计模式-工厂方法模式/抽象工厂模式](http://techieliang.com/2017/12/775/) ## TemplateMethodPattern 模板方法模式 * Blog:[C++设计模式-模板方法模式](http://techieliang.com/2017/12/790/) ## BuilderPattern 建造者模式 * Blog:[C++设计模式-建造者模式](http://techieliang.com/2017/12/794/) ## PrototypePattern 原型模式 * Blog:[C++设计模式-原型模式](http://techieliang.com/2017/12/799/) ## ProxyPattern 代理模式 * Blog:[C++设计模式-代理模式](http://techieliang.com/2017/12/802/) ## MediatorPattern 中介者模式 * Blog:[C++设计模式-中介者模式](http://techieliang.com/2017/12/806/) ## CommandPattern 命令模式 * Blog:[C++设计模式-命令模式](http://techieliang.com/2017/12/808/) ## ChainResponsibilityPattern 责任链模式 * Blog:[C++设计模式-责任链模式](http://techieliang.com/2017/12/811/) ## DecoratorPattern 装饰模式 * Blog:[C++设计模式-装饰模式](http://techieliang.com/2017/12/815/) ## StrategyPattern 策略模式 * Blog:[C++设计模式-策略模式](http://techieliang.com/2017/12/819/) ## AdapterPattern 适配器模式 * Blog:[C++设计模式-适配器模式](http://techieliang.com/2017/12/821/) ## CompositePattern 组合模式 * Blog:[C++设计模式-组合模式](http://techieliang.com/2017/12/826/) ## ObserverPattern 观察者模式 * Blog:[C++设计模式-观察者模式](http://techieliang.com/2017/12/829/) ## FacadePattern 门面模式,比较简单,没做范例 * Blog:[C++设计模式-门面模式](http://techieliang.com/2017/12/831/) ## MementoPattern 备忘录模式 * Blog:[C++设计模式-备忘录模式](http://techieliang.com/2017/12/835/) ## VisitorPattern 访问者模式 * Blog:[C++设计模式-访问者模式](http://techieliang.com/2017/12/838/) ## StatePattern 状态模式 * Blog:[C++设计模式-状态模式](http://techieliang.com/2017/12/840/)