On Sun, Mar 23, 2008 at 1:43 PM, John Gaughan <[EMAIL PROTECTED]> 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/ -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
