Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 368 Bytes

File metadata and controls

11 lines (10 loc) · 368 Bytes

BigInt.cpp

A library that provides efficient implementation of arithmetic operations for BIG numbers (supposedly > 1e18)

Just do the following in your mingw/lib folder

https://github.com/Kaushik268mlore/BigInt.cpp.git

And then add the header file in your code and initialise the bigint object to use it.
 #include "bigint.h"