ModernDesignPatterns
Design Patterns in Modern C++
File Explorer
Download Latest Version (.zip)- abstract_factory_diagram.txt
- AbstractFactory.hpp
- ColorFactory.hpp
- Colors.hpp
- Factory.hpp
- Main.cpp
- README.md
- ShapeFactory.hpp
- Shapes.hpp
- factory_diagram.txt
- AnimalFactory.hpp
- Animals.hpp
- Factory.hpp
- Main.cpp
- README.md
- observer_diagram.txt
- Main.cpp
- README.md
- Subject.hpp
- singleton_diagram.txt
- Main.cpp
- README.md
- Singleton.hpp
- strategy_diagram.txt
- Algorithms.hpp
- Container.hpp
- Main.cpp
- README.md
- .gitignore
- .travis.yml
- CMakeLists.txt
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lizzard-winner/ModernDesignPatterns
Downloads the entire project code from GitHub to your computer.
cd ModernDesignPatterns
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
$ cmake ../
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
