This repo is used to provide the C++ implemention of common design patterns.
Build:
Take the Adaptor pattern as an example:
cd adaptor
mkdir build && cd build
cmake .. && make
Run:
./client.out
This repo is used to provide the C++ implemention of common design patterns.
Build:
Take the Adaptor pattern as an example:
cd adaptor
mkdir build && cd build
cmake .. && make
Run:
./client.out