Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 627 Bytes

BigIntegerClass

BigInteger Class for C++ to deal with very large integers (even larger than the long long limits i.e. (10^19)).

How to use?

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".

Functionality

  • Adding and Multiplying.
  • Several operators like: > , < , <= , >= , == , != .

Notes

Please note that this class still doesn't have a lot of functionality yet. It's just for learning purpose.

Credits

Created by me (Hassan El Desouky).

License

Freely provided under the MIT License.