NODE 7907200fBignum support in C++
grimm@MIT.EDUMon, 15 Jan 96 11:17:05 PST
I didn't realize that so many people would be interested in big
integer support in C++. But since I have received several requests
already, I will just post to the whole list.
I will be setting up a small web site tonight or tomorrow, so that
anyone who desires may view the code for supporting large integers in
C++. Do not expect bulletproof optimized code. I will post the URL
when it is ready.
-James
NODE 92f6197fRe: Bignum support in C++
Derek Atkins <warlord@MIT.EDU>Tue, 16 Jan 1996 17:30:12 +0800
So, there is no need to do any work, just grab Wei's library and use
the bignums out of there.
-derek
NODE 9f492486Re: Bignum support in C++
grimm@MIT.EDUWed, 17 Jan 1996 08:53:02 +0800
Okay, I setup a quick web site for the large integer class I talked
about yesterday. The URL is
http://www.mit.edu:8001/people/grimm/Int/Int.home.html
Included in the package is a quick demonstration using Fibonacci
numbers. (Beware: the code as-is spits everything out in hex.)
Comments, suggestions, etc. are always welcome.
-James