previous
|
index
|
next
Returning Memory Used by Dynamic Arrays and Structs
When a program is finished using an object dynamically created with
new
, it should return the memory used back to the system's free store.
Q
: Why?
A
:
previous
|
index
|
next