Solving Memory Problems and the Debug C Run-Time

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

John Robbins

Description

In the modern world of C++ 11 and C++ 14, you are not supposed to allocate memory. But managing memory is a fact of life in most C++ apps, because most were written with earlier versions. In this video, you'll learn how to use the Debug C Run-Time built into the Visual Studio compiler to make debugging memory problems easier and more productive. You'll also learn about the Debug OS heaps, memory patterns, PAGEHEAP, Microsoft’s awesome Application Verifier, and the wonderful Run-Time Check switches that make local variable corruptions trivial to solve.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: