What is the biggest data type?

Apr 17, 2013 at 11:25pm
I'm trying to write a code that converts a number to scientific notation. For this I need a bigger data type than int that can store large numbers + large decimals.
Apr 17, 2013 at 11:31pm
I wanted to write a code that converts a number to scientific notation, only to find out long doubles already do that :/
Last edited on Apr 17, 2013 at 11:31pm
Apr 17, 2013 at 11:52pm
For future reference (scroll to the chart):

http://cplusplus.com/doc/tutorial/variables/
Topic archived. No new replies allowed.