This project contains source code for posts on http://baptiste-wicht.com
You can get the source with Git:
git clone --recursive https://github.com/wichtounet/articles.git
and then, several targets are available to build the different source projects.
You need to set the variable CXX to a valid C++ compiler for make to work correctly.
The default target build all the projects:
make
then, the executables are present in release/bin/
All the code is licensed under the terms of the MIT license. It means that you can use this code in your software, even proprietary, as long as you retain the copyright notice.