Big Integers

Summary

Your assignment is to implement an arbitrary length integer type that supports most (if not all) of the standard integer operations.

Details

You must implement a BigInt class. BigInt must support the following: