Pratice valgrind exercise
sudo apt-get install valgrind
sudo apt-get install kcachegrind
more about valgrind and kcachegrind can be found in this [website] (http://maintainablecode.logdown.com/posts/245425-valgrind-is-not-a-leak-checker)
git clone --recursive https://github.com/dpiet/cpp-boilerplate
cd <path to repository>
mkdir build
cd build
cmake ..
make
Run tests: ./test/cpp-test
Run program: ./app/shell-app