/BigInteger

learning c++ so im implementing a BigInteger class

Primary LanguageC++

BigInteger

learning c++ so im implementing a BigInteger class.

can do basic operations with arbitrarily large integers.

(did it using a string to store the integer but i will rewrite it so it uses an array of ints with a very large base)