CPSC250A Assignment 110 - Integer Vector

Due Monday September 26

The String class that we created in class will make dealing with Strings easier, but we should also have a class to make dealing with arrays easier. For this assignment you will create an array based integer list class called IntVector.

Details

The file int_vector_test.cc contains a program that allows the user to test adding ints to an array list of ints. For this assignment, write the IntVector class. The class should define three functions:

Be sure to test your code on multiple examples and on the cs server.

Submission

Tar your code in a file that contains your name and submit it on course Inquire site.