Class properties

  • Thread starter Thread starter Ste
  • Start date Start date
S

Ste

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!
 
Back
Top