There are basic operations overloaded for large unsigned integers, 2 algorithms implemented to compute square root, and binary pow
- make sure you compiler supports C++11 features
- clone the repository (git clone https://github.com/ampawd/bigUnsignedInteger.git or download directly)
cd bigUnsignedIntegermkdir build && cd buildcmake ..make./biguint