Alfredo Braunstein <[EMAIL PROTECTED]> writes:

>> Index: text2.C
>> +{
>> +        pos_.x = 0;
>> +        pos_.y = 0;
>> +}
>> Ah-haa! struct Pos does indeed need a default constructor!
>
| I guess it's a matter of preferences... (I prefer to think them as two
| simple variables grouped toghether in a struct for clarity.)

So this is two independant variables grouped together for clarity
because thay are not really independant?

or if they truly are independant I'd rather go for the "every variable
for itself" approach.


-- 
        Lgb

Reply via email to