c++.idde - Debug Mode (possible display bug)
- "Andrew Maclean" <a.maclean_remove_this_ acfr.usyd.edu.au> Nov 27 2001
- Jan Knepper <jan smartsoft.cc> Nov 27 2001
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
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
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
now. Needless to say the IDDE is a little behind, but I will try to catch
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
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








"Andrew Maclean" <a.maclean_remove_this_ acfr.usyd.edu.au>