Can anyone of you please tell me a data type that can hold value like 10E308.
I gave
long double db = 10E308;
But it'll give "constant too big" error since, long double is mapped to double in NT and 95.
Any alternative?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: datatype to hold 10E308Threaded View
|
Click Here to Expand Forum to Full Width |