cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What is the biggest data type?
What is the biggest data type?
Apr 17, 2013 at 11:25pm UTC
AlitCandle
(175)
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 UTC
AlitCandle
(175)
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 UTC
Apr 17, 2013 at 11:52pm UTC
agnophilo
(115)
For future reference (scroll to the chart):
http://cplusplus.com/doc/tutorial/variables/
Topic archived. No new replies allowed.