First page Back Continue Last page Graphics
Storage Scheme
Dynamic Allocation
Schemes so far don't apply to memory allocated new. (dynamic memory)
Dynamic memory can be allocated (new) by one function and freed (delete) by another function.
Storage schemes don't apply to memory allocated.
Storage schemes DO apply to pointers to dynamic memory.