Thank you guys! GMP Lib looks great, I did not even know such library existed. John is right - a couple
examples would surely come handy, but I think I'll get along with what is inside the manual. Thanks again, it really helped!! :-) Mac ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Brett McCoy Sent: Sunday, March 23, 2008 8:02 PM To: [email protected] Subject: Re: [c-prog] C/C++ and large numbers On Sun, Mar 23, 2008 at 1:43 PM, John Gaughan <[EMAIL PROTECTED] <mailto:john%40johngaughan.net> > wrote: > If you have a JDK, look through the source code for the BigInteger > class. While not a C++ implementation the syntax is very similar and the > general algorithm is going to be pretty much the same as a C++ > implementation (excluding mutability and memory management, of course). There's this: https://sourceforge.net/projects/cpp-bigint/ <https://sourceforge.net/projects/cpp-bigint/> -- Brett ---------------------------------------------------------- "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi [Non-text portions of this message have been removed]
