|
Note: You will need to pay attention to the details of this
assignment. Please read each part through thoroughly before you start
it. Also, pay attention to what I say I supply in your submission.
There are two parts to this assignment:
- Pointers and Arrays -- an exercise
focused on learning about the close relationship between pointers and arrays
in C and C++. This is a very important area to understand in order to
become a proficient C or C++ programmer.
- Simple C++ Features -- an exercise
focused on learning the simple features of C++ that build on C.
|