Big Int ?

E

Eric

HELLO !

I'm looking for a class manipulating big unsigned intergers. I have to
calculate, modulo and multuplications.

Google hasn't been my friend for this question...

Regards,

Eric VIALLE
 
R

Roger Leigh

Eric said:
I'm looking for a class manipulating big unsigned intergers. I have to
calculate, modulo and multuplications.

Have you considered GNU libgmp/libgmpxx? It's a high-performance
arbitrary-precision maths library with support for any size of
integer, fractional and floating-point numbers.
 
T

Thomas Matthews

Eric said:
HELLO !

I'm looking for a class manipulating big unsigned intergers. I have to
calculate, modulo and multuplications.

Google hasn't been my friend for this question...

Regards,

Eric VIALLE
Try the Big Number package in the Crypto Library of the Open SSL:
http://www.openssl.org


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,439
Latest member
shasuze

Latest Threads

Top