I want to use very long intergers. Which type do I use for
integers having 25 million positionen.
Sam1
That's a reasonably large number.
What do you plan doing with it? Arithmetic operations of any kind? Just want to look at one?
Maybe a string might be a convenient way to go. (Even then 25*10^6 characters is reasonably large too.)
I want to do arithmetic operations with large integers (25 million positions).
With characters you can't do this, isn't it?
Last edited on