Mail Archives: djgpp/1997/08/19/15:35:05
Gal <wribak AT usa DOT net> wrote:
> Please tell me how to view the value while in a method (procedure) from
> a class. Help? ;)
All the members are called with the object pushed in the stack and the members
pops the value automagically in a variable called "this". So if you are in a
member function and want to see a data member use this->member instead of
member alone.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -