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.
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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.