So I need a resize function that is only called when the insert function checks for and discovers that used == capacity. It should increase the size of the array by five. Is this right?
Unless you are simply wanting to learn the copy function, I would try replacing your resize function with the vector library functions as found here: http://www.cplusplus.com/reference/vector/vector/