Hi all friends. I want to work with very long integers but memory (allocation) sets a limit to them. The limit of say 4,294,967,295 is to limited for the purpose i intend. Probably there are many libraries or classes written that can "emulate" longer numbers (over 4 bytes). I didn't find a good suggestion so far. Any ideas? Any help is appreciated.
PanGalactic, do you happen to have experience with some of the recommended libs? If so, maybe you can give some advise? Or shall i just start with the GNU lib (Multiple Precision Arithmetic Library)? But this looks very C-style.