creating a data-type

May 19, 2009 at 5:42pm
Hey I'm trying to store an integer that is 50 digits long but I can't find a data type that will support this number. If anyone can help my in creating a new data type or instruct me on how to do this it would be greatly appreciated.
May 19, 2009 at 6:08pm
Google arbitrary precision arithmetic.
The most used library is GMP.
Topic archived. No new replies allowed.