Practice for defining and implementing a vector. Practice for defining BigInteger, a class where a string is used to represent integers larger than 231.
A development environment will be needed to test this project. Code::Blocks was used for the development of this project.
Tests for this project can be seen through the console. Some lines which were commented out in the final version of this project have been uncommented to make presentation of the program more clear.
Running this program tests MyVector's member functions, BigInteger's member functions, and the overloaded operators.
- Code::Blocks - Integrated Development Environment