An open API service indexing awesome lists of open source software.

https://github.com/q191201771/design-pattern

c++演示设计模式
https://github.com/q191201771/design-pattern

Last synced: 8 months ago
JSON representation

c++演示设计模式

Awesome Lists containing this project

README

          

照着资料写些设计模式的例子,加深理解。

```
src
creational-pattern
simple_factory.cc
factory_method.cc
abstract_factory.cc
singleton.cc
prototype.cc
builder.cc
structural-pattern
adapter.cc
bridge.cc
composite.cc
decorator.cc
facade.cc
flyweight.cc
proxy.cc
behavioral-pattern
chain_of_responsibility.cc
command.cc
interpreter.cc
iterator.cc
mediator.cc
memento.cc
observer.cc
state.cc
strategy.cc
template_method.cc
visitor.cc
```