COSC-052: Computer Science II

Project 5 (Whoo hoo!)
Spring 2018

Due: M 4/30 @ 11:59 PM
10 points

This project involves implementing a re-sizable Vector ADT using a dynamically-allocated C array.

Use vector.txt to get started.

p5 documentation in HTML.

As with previous projects, test your implementation of the Vector<T> class in main.cc. We will use our own main function to evaluate your class. You must not modify the class name or the public interface. Our main.cc will include only main.h, so put all necessary includes there. You should not need to declare any additional methods or data members. Use the Makefile from the previous project with the appropriate modifications.

Instructions for Electronic Submission: In a file named HONOR, please include the statement:

In accordance with the class policies and Georgetown's Honor Code,
I certify that, with the exceptions of the class resources and those
items noted below, I have neither given nor received any assistance
on this project.
Include this file in your zip file. Instead using the file name submit.zip, use your Net ID as the file stem and .zip as the file extension. For example, if your Net ID is jack1789, then you want to create the zip file jack1789.zip. You can also create submit.zip and rename it to jack1789.zip. Upload this zip file to Canvas.

Copyright © 2019 Mark Maloof. All Rights Reserved. This material may not be published, broadcast, rewritten, or redistributed.