Hello,

I use BigInt lib from:
http://www.codeguru.com/Cpp/data/data-misc/values/article.php/c4563/

It doesn't work properly. I describe my problem:
http://www.codeguru.com/Cpp/data/data-misc/values/comments.php/c4563/?thread=5367

Please, help me!
If anybody have good version of the bigint lib, tell me please.

I need use only / * - + operator.

Thanks! MK


--
email: http://tiny.pl/p8

Re: BigInt lib not working, help! by Anders

Anders
Thu Feb 24 03:54:36 CST 2005

On Wed, 23 Feb 2005 23:36:44 +0100, MK wrote:

> If anybody have good version of the bigint lib, tell me please.
>
I found this googling. I don't know if its any good but if you try it
please let us know if it's usable!

http://www.rossi.com/
Select Mathematics and scroll down until you see Source Code, where you'll
find bigint. bigint.cpp and also a high precision C++ floating point math
library.

// Anders