Im seeking help in how to write an algorithm to divide two very large numbers (about 100 digits each) in C++. Id like to point out now that Im not a programmer at all!
I'm only doing this for recreational purposes so i managed to get a few free division algorithms but none of them seem to be what Im looking for! i.e., all of them still only have a precision of 16 digits!
Some people told me to get a bignum library (which I had to look up what that actually meant) and I got some arbitrary precision package from www.hvks.com, but I dont know how to actually use it!
Any help at all is greatly appreciated as I have no idea what to do!