Simple example code for Design Patterns for Humans's chinese and C++ version.
Install CMake at first.
cd DesignPatterns
cmake .
cmake --build . --target all
cmake --build . --target clean
DesignPatternsCPlusPlus
Simple example code for Design Patterns for Humans's chinese and C++ version.
Install CMake at first.
cd DesignPatterns
cmake .
cmake --build . --target all
cmake --build . --target clean
DesignPatternsCPlusPlus
MIT License