| | |
80-bit long doubles
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
![]() |
I don't know, but I'd definitely suggest trashing that old crap and getting a new compiler such as Visual Studio 2005 Express, or Dev-C++.
And if you need to hold huge numbers I'd suggest looking into a math library.
And if you need to hold huge numbers I'd suggest looking into a math library.
"Technological progress is like an axe in the hands of a pathological criminal."
All my posts may be freely redistributed under the terms of the MIT license.
All my posts may be freely redistributed under the terms of the MIT license.
If long double doesn't do it, I'm not sure. If you desperately need the precision, you could also use a 3rd party high (or arbitrary) precision library.
Oh, and unless you absolutely need VC6.0, I'd recommend you upgrade to something from this millenium. There is a free version of VC available from Microsoft even
[edit:] quite the race going on here :p
Oh, and unless you absolutely need VC6.0, I'd recommend you upgrade to something from this millenium. There is a free version of VC available from Microsoft even

[edit:] quite the race going on here :p
Last edited by Infarction; Mar 31st, 2007 at 9:17 pm.
•
•
•
•
Well I am using VC 6.0 because it was given to me to learn c++.
It still bugs me when people keep suggesting someone upgrade just because a new version comes out. That's not always recommended. For example, have you guys upgraded to Vista? XP is so old...
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
On my system Dev-C++ IDE supports the long double data type and shows it 12 byte(96 bit) with sizeof();
For more information you can look at here:
http://en.wikipedia.org/wiki/Long_double
For more information you can look at here:
http://en.wikipedia.org/wiki/Long_double
![]() |
Other Threads in the C++ Forum
- Previous Thread: User-Defined Function - setup right?
- Next Thread: Factory design pattern
Views: 2379 | Replies: 12
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api application array arrays based beginner binary c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sort sorting spoonfeeding string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






