This lab is going to introduce a critically important tool when programming in C or C++: valgrind.

computer science

Description

This lab is going to introduce a critically important tool when programming in C or C++: valgrind. This program, which runs best on Linux, can help you find both pointer errors and memory leaks. You will find this freely-available tool indispensable on all programming projects involving C or C++.




Related Questions in computer science category