Detecting Memory Leaks in C/C++ Applications [Video]

Detecting Memory Leaks in C/C++ Applications

Detecting Memory Leaks in C/C++ Applications [Video]

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 6h 16m | 1.73 GB
eLearning | Skill level: All Levels

Detecting Memory Leaks in C/C++ Applications [Video]: Apply techniques to detect and isolate memory-related errors in Visual Studio

C++ is a comprehensive and complex language, however, it also gives programmers complete freedom when it comes to the management of dynamic memory. This allows them to allocate memory and manipulate it at runtime, one of the reasons why C++ is still a favorite language for high-performance applications in various domains such as gaming, telecom, finance, and aerospace. However, using C++ also requires programmers to take great care while using dynamic memory, such as releasing acquired memory and avoiding the risk of overstepping the memory boundary, as not being cautious could lead to problems such as dangling pointers, memory corruption, and memory leaks.

This course is designed to help you overcome such problems by using essential Visual Studio features effectively. You’ll go on to explore the rich set of functions provided by the C/C++ runtime heap library. These functions can help you detect memory leaks and even overflows efficiently. Progressing through the sections, you’ll understand how to use these functions and make your programs bug-free. In addition to this, you’ll also learn how to effectively use them to avoid memory problems.

  • Understand the different kinds of problems associated with memory management
  • Detect and isolate memory problems effectively
  • Become confident in C/C++ memory management

By the end of this course, you’ll have the skills you need to use CRT heap functions confidently to detect and isolate memory problems.

1 2

Leave a Reply

Your email address will not be published. Required fields are marked *