This project contains some examples of Design Patterns subdivided by categories. This first version is based on examples written in C++. The eBook is available on the Amazon Store for the Kindle edition.
To compile the sources you need first the CMake tool which will configure the Makefile depending on your OS platform.
If you are new to CMake I suggest you to take a look at it on its documentation's pages. Otherwise you have to create a directory where to build the examples and assign the source directory (the CPP subdirectory) and the build directory to the CMake GUI and press Configure then Generate button.
Then run make
on a terminal window into the build directory and you'll get the demo executables on each example's subdirectory.