C++ Boilerplate

Build Status Coverage Status

Overview

Pratice valgrind exercise

Initial valgrind result

Final valgrind result

Memory profile

Dependencies

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)

Standard install via command-line

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