Print

Print


Dear Jurgen,

Often I find myself mechanically typing functions interfacing to member variables, like MyClass::GetX() and MyClass::SetX(const x), when I would prefer to access them directly by myclassobj.x
What is the reason for making all member variables private? Have you considered relaxing this in the next version of Ox?

Greetings,

Marek