T
t
Hello,
I am going to write a program to search for prime numbers. There will be a
lot of clients participating in this searching so I have to operate on very
huge numbers, bigger than can be stored in double...
I wonder how can I deal with this numbers? Do I have to create an array of
doubles or ints? How could I make calculations on numbers stored in such an
array?
Could you give me some ideas? Or maybe you could send me source of any
program which operates on enormous numbers stored in arrays?
Thanks in advance,
Tomek
I am going to write a program to search for prime numbers. There will be a
lot of clients participating in this searching so I have to operate on very
huge numbers, bigger than can be stored in double...
I wonder how can I deal with this numbers? Do I have to create an array of
doubles or ints? How could I make calculations on numbers stored in such an
array?
Could you give me some ideas? Or maybe you could send me source of any
program which operates on enormous numbers stored in arrays?
Thanks in advance,
Tomek