September 2017
Beginner to intermediate
384 pages
8h 4m
English
In this chapter, you learned about various C++ debugging tools and the applications of the Valgrind tool, such as detecting uninitialized variable access and detecting memory leaks. You also learned about the GDB tool and detecting issues that arise due to illegal memory access of the already released memory locations.
In the next chapter, you will be learning about code smells and clean code practices.