This repo contains my personnal C++ Tests
$ git clone https://github.com/scoulomb/CPlusPlus_notes.git
$ cd CPlusPlus_notes
$ chmod +x run.sh
$ ./run.sh
$ export CXX="g++-4.8" (optional, if not set default is g++)
$ scons # build and run
$ scons -c # clean