Make your own vector. Make your own version of the vector struct, and use it to support your RPN calculator from assignment 1. That is, you should take your calculator and replace every vector with your own struct, and have it work the same as it always did.