design_patternsMy take on design patterns in Modern C++14. Every file represents a standalone compilable program. Useg++ -std=c++14 -o program_name file.cpp to build the executable.