Skip to content

ENPM808X Valgrind exercise to learn to use the valgrind tool to improve code quality during development and testing.

Notifications You must be signed in to change notification settings

Sanchitkedia/Valgrind_ENPM808X

Repository files navigation

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

About

ENPM808X Valgrind exercise to learn to use the valgrind tool to improve code quality during development and testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published