Mail Archives: djgpp/1997/08/19/03:06:35
From: | Gal <wribak AT usa DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | rhide - help... last one :)
|
Date: | Mon, 18 Aug 1997 21:58:57 -0700
|
Organization: | Spamless Society
|
Lines: | 17
|
Message-ID: | <33F92811.2F51@usa.net>
|
Reply-To: | wribak AT usa DOT net
|
NNTP-Posting-Host: | lap-ca5-35.ix.netcom.com
|
Mime-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Sorry guys for the troublesome mess... I'm in the transition of porting
code from pure assembly (80x86) and Pascal code to C++, quite a jump
isn't it? Please bear with me, I thank yee!
-----
Carefully I watched the "watch" of "box.length" as I traced into a
constructor. The "box.length" suddenly, from a value, turned into "not
available."
-----
While I was working with C++ using RHIDE, I noticed that trying to
"watch" a value from a private variable in a class gives me "not
available." I knew that instant that in C++, unlike Pascal, a class has
a private section, unless otherwise declared public.
Please tell me how to view the value while in a method (procedure) from
a class. Help? ;)
- Raw text -