Lars> | but what I really would like to know is WHY does the constructor not
Lars> | work?

Lars> You cannot use a constructor on an array allocation.

Ahhhha! So my compiler is correct! I must say though that this is bad design by
the standards commitee, (IMHO of course).

Correct code, therefore, is
        array = someStruct[10];
        initialise(array);
?

Angus (living and learning)

Reply via email to