Discuss datatype to handle large numbers in the C Programming forum on Dev Shed. datatype to handle large numbers C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
datatype to handle large numbers
Hi All,
I am trying to code a datatype to handle decimal numbers having more than 12 digits and the related arithmetic functions. I need help on how to accept such a large value and how to store it. Any leads would be appreciated.