Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Who thinks code generated by VC++ is TRULY OO?

When I generated classes or code via VC++ I get a gob of pulic data mambers.
What is OO about this? Why not, instead, generate private data members and
also
provide Accessor (i.e. get/set) methods for said variables? Also, wouldn;t
most people have the
access specifiers specified only once in the class definition?

-Mark
0 Kudos
Message 1 of 2
(2,895 Views)
Hello

If you are talking about the class wizard, it would be kinda nice if it did something like that, but since it is an automated tool which is just suppose to assist in building code ( leaving the developers to actually design everything ) I wouldn't really expect too much from it. I didn't see anything like this in VC 7 as well. It would be kinda interesting to hear their reasoning on it.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,895 Views)