Working with large digited numbers

Hello!

There may be multiple threads on this topic, but i have not been successful in finding any of those threads, here and when I looked up the topic. So the question is this : how does one work with numbers up to 1000 digits in C++?

thanks in advance

--SD
http://gmplib.org/ . I hear is one of the best. Never used it, though.
thanks
actually, that didn't work, anything else?
Why didn't it work?
I second GNU MP. Make sure you're using the C++ interface: http://gmplib.org/manual/C_002b_002b-Class-Interface.html#C_002b_002b-Class-Interface
An easier library to work with is http://www.ttmath.org/ttmath
thanks to all, but i found a ibrary called BigInteger which works great
Topic archived. No new replies allowed.