next up previous contents
Next: Reference Counting Up: Software Development and Coding Previous: Enumerations   Contents

Class Member Declaration List

Overuse of declaration lists should be avoided.


22#22

Is the body of the constructor such a sacred place that normal variable declarations cannot be placed in there? Just move them into the constructor and only put things you really need to in the declaration list.



Falko Kuester 2001-08-24