Search:
Forum
General C++ Programming
creating a data-type
creating a data-type
May 19, 2009 at 5:42pm UTC
belkdaddy
(15)
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 UTC
helios
(17562)
Google arbitrary precision arithmetic.
The most used library is GMP.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs