previous |
start |
next
Chapter Goals
- To learn how to declare, initialize and use
pointers
- To become familiar with dynamic memory
allocation and deallocation
- To use pointers in common programming
situations that involve optional and shared objects
- To understand the relationship between arrays
and pointers
- To be able to convert between string objects
and character pointers
previous |
start |
next