0%

CMake is one of the most popular software for building/testing automation. In this article, several basic usecases are presented with examples.

Read more »

Machine learning is getting everywhere. This article introduce some basic concepts in machine learning.

Read more »

Take a look at some of the console programs, such as cp in Linux. They all have a fancy help, their input parameters do not depend on any position, ad have a human readable syntax. You can implement the same functionality for your program with the Boost.ProgramOptions library.

Read more »