Hi all,
I'm new to c++ and I've a problem with classes (not properly in .net
context, but in general..). Is it possible to define (in classic c++)
properties in classes, but not just as simple fields? Can I have a single
property for get / set porpouse (like in c# or vb), or have I to build
always 2 routines, one for reading data and one for writing?
Sorry for my English!
JohnPantango@hotmail.com - 13 May 2004 03:37 GMT
James Curran - 13 May 2004 16:17 GMT
In Standard C++, you must write the 2 routines, one for reading data and
one for writing.

Signature
Truth,
James Curran
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
(note new day job!)
> Hi all,
> I'm new to c++ and I've a problem with classes (not properly in .net
[quoted text clipped - 3 lines]
> always 2 routines, one for reading data and one for writing?
> Sorry for my English!