Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 398 Bytes

readme.md

File metadata and controls

15 lines (14 loc) · 398 Bytes

Valgrind Excercise ENPM808X

Overview

Identified and removed bugs from main.cpp using valgrind and published the output using Kachegrind the memory profiler.

Standard install via command-line

git clone --recursive https://github.com/Sanchitkedia/Valgrind_ENPM808X.git
cd <path to repository>
mkdir build
cd build
cmake ..
make
Run tests: ./test/cpp-test
Run program: ./app/shell-app