Implementation of a big integer class in C++, Similar to the big integer class in Java, Python.
To use, clone the repository into your working directory. Compile and run the 'test1.cpp' file.
For examples on syntax and implementation, refer the 'test1.cpp' file.