C++ Language/Std/CRuntime/HeapMemory/Leaks
Memory "leaks" if you forget to deallocate something that you had dynamically allocated.
Additional information about memory leaks
Category:Book:C++ Language#Std/CRuntime/HeapMemory/Leaks%20Memory "leaks" if you forget to deallocate something that you had dynamically allocated.
Additional information about memory leaks
Category:Book:C++ Language#Std/CRuntime/HeapMemory/Leaks%20