www.digitalmars.com         C & C++   DMDScript  

c++.idde - Debug Mode (possible display bug)

reply "Andrew Maclean" <a.maclean_remove_this_ acfr.usyd.edu.au> writes:
In debug mode ( show data ), long doubles do not seem to be displayed
correctly if the exponent is greater than 309. Of course the program outputs
the corect value, so it looks as if the display routine for show data is
treating it as a double instead of long double.
Nov 27 2001
parent reply Jan Knepper <jan smartsoft.cc> writes:
Thanks!
I think long double's only recently have been implemented they way they work
now. Needless to say the IDDE is a little behind, but I will try to catch up
with these things once I first get it all recompiled AND working again.

Jan



Andrew Maclean wrote:

 In debug mode ( show data ), long doubles do not seem to be displayed
 correctly if the exponent is greater than 309. Of course the program outputs
 the corect value, so it looks as if the display routine for show data is
 treating it as a double instead of long double.
Nov 27 2001
parent "Andrew Maclean" <a.maclean_remove_this_ acfr.usyd.edu.au> writes:
Thanks, I'll lookforward to it.
"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3C04240D.38953B5 smartsoft.cc...
 Thanks!
 I think long double's only recently have been implemented they way they
work
 now. Needless to say the IDDE is a little behind, but I will try to catch
up
 with these things once I first get it all recompiled AND working again.

 Jan



 Andrew Maclean wrote:

 In debug mode ( show data ), long doubles do not seem to be displayed
 correctly if the exponent is greater than 309. Of course the program
outputs
 the corect value, so it looks as if the display routine for show data is
 treating it as a double instead of long double.
Nov 27 2001