First page Back Continue Last page Graphics
MEMORY MANAGEMENT
Automatic memory allocation - defining a local variable allocates - exiting the block undefines it.
Static memory allocation - allocated when first defined - never deallocated as long as program runs
Dynamic memory allocation (new, delete)