Skip to content

Repository files navigation

design-pattern

This repo is used to provide the C++ implemention of common design patterns.

Creational Design Patterns

Structural Design Patterns

Bridge

Composite

Facade

Proxy

Flyweight

Behavioral Design Patterns

Command

Mediator

Memento

Template

Visitor

Build and run

Build:

Take the Adaptor pattern as an example:

cd adaptor
mkdir build && cd build
cmake .. && make

Run:

./client.out

About

C++ implemention of design patterns

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages