Memory Management with MFC: Overview
Manage your program's memory usage on the heap or on the stack frame under MFC.
Tip Incorrectly deallocating heap memory for an array is a common problem. See Memory Management: Examples.
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Manage your program's memory usage on the heap or on the stack frame under MFC.
Tip Incorrectly deallocating heap memory for an array is a common problem. See Memory Management: Examples.