Brian Budge wrote:
Morten -
From what I can tell, you need to (1) download the files Integer.h andInteger.cc, as well as the gnu multiple precision library (gmp). With the Integer.* files in your project, and linking gmp, your program will likely work.
Brian
Thanks,
I did google
http://www.swox.com/gmp/
Welcome to the GMP web pages!
Here you can find information about the GNU Multiple Precision Arithmetic Library,
the fastest bignum library on the planet!
First time I only found something about long long int
http://gcc.gnu.org/onlinedocs/gcc-3.2.3/gcc/Long-Long.html#Long%20Long
It was unsuccesful.
The latest versions of the compiler requires that the library
libg++.a // greek to me!
So I now have todo,
Where is the right place to discuss the gnu multiple precision library (gmp) please ?
also here ?
best regards
Morten Gulbrandsen