Solving Memory Problems and the Debug C Run-Time

Posted By: naag

Solving Memory Problems and the Debug C Run-Time
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 37M | 144 MB
Genre: eLearning | Language: English

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.