creating a data-type

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.
Google arbitrary precision arithmetic.
The most used library is GMP.
Topic archived. No new replies allowed.