> 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);
> ?


What about

        array = vector<someStruct>(10, initial_value);

Andre'


-- 
It'll take a long time to eat 63.000 peanuts.
André Pönitz ......................... [EMAIL PROTECTED]

Reply via email to