This is the books code, fixedand made runnable for linux
To build, go to the chapter and run ./build.sh
. I will write some CMakeLists later.
After that, you get the executable named main
To build on windows, you need to fix the respective Utilities.h files, first introduced in the code of chapter_06. There is currently no build-script for windows.
chapter_01 - chapter_11 are done. It is much work because the original code is full of errors and some logical problems.
chapter_12 - chapter_14 coming