https://github.com/q191201771/design-pattern
c++演示设计模式
https://github.com/q191201771/design-pattern
Last synced: 8 months ago
JSON representation
c++演示设计模式
- Host: GitHub
- URL: https://github.com/q191201771/design-pattern
- Owner: q191201771
- License: mit
- Created: 2017-05-29T01:01:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T07:41:23.000Z (over 8 years ago)
- Last Synced: 2024-12-29T13:02:14.577Z (10 months ago)
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```