Assignment 1

Note: You will need to pay attention to the details of this assignment.  Please read each part through thoroughly before you start it. 

There are two parts to this assignment:

Assignment 1a: 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.

Assignment 1b: Simple C++ Features — an exercise focused on learning the simple features of C++ that build on C.