This is lab 10. We are going to be writing a simple "list" that will store ints. So the list is really just an array, but in this case, we are going to use a pointer and a dynamically allocated array.
So for this the details are all in the API
For testing, I would recommend you make a main, like the one I wrote up in class the other day and start by putting 1 int in the IntList. Then make a for loop and put 40 ints in the IntList. Then maybe try the addAt and the remove.
When you are done and ready, zip up your IntList.h and IntList.cpp and turn them in to Web-CAT. This is due no later than Tuesday April 22, by 11:55 PM