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: 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 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