www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/01/27/10:46:35

From: frabb AT worldaccess DOT nl
Newsgroups: comp.os.msdos.djgpp
Subject: Rhide
Date: Mon, 27 Jan 97 08:35:57 GMT
Organization: World Access
Lines: 20
Message-ID: <N.012797.093557.69@hgv1-10.worldaccess.nl>
NNTP-Posting-Host: hgv1-10.worldaccess.nl
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Rhide is nearly perfect, but:

#include <conio.h>
main()
{
short a = 12;
int b = 23;
long c = 45;
double d = 67.89;
long double e = 89.99;
int f = e;
getch();
}

I put the cursor on the getch line, do Run-to-Cursor, then, when it stops, 
Watch Variables. It shows all of them with a reasonable value, except the type 
"long double", variable e is reported to be void. f is 89, as it should be.

frank abbing

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019