Practical examples to learn C++
To build the examples, go inside each folder and do:
$ mkdir build
$ cd build
$ cmake ..
$ make
Classic hello world , using std::cout iostream object and build through cmake
Use of the algebra library Eigen. First install it with:
sudo apt-get install libeigen3-dev