BigInteger Class for C++ to deal with very large integers (even larger than the long long limits i.e. (10^19)).
Just copy "BigInteger.hpp" and "BigInteger.cpp" to your project files. Do NOT forget to include the class header file in your project, i.e. #include "BigInteger.hpp".
- Adding and Multiplying.
- Several operators like: > , < , <= , >= , == , != .
Please note that this class still doesn't have a lot of functionality yet. It's just for learning purpose.
Created by me (Hassan El Desouky).
Freely provided under the MIT License.