Questions about initialization of array of objects

Maxim Fomin maxim at maxim-fomin.ru
Sat Jan 12 13:03:48 PST 2013


On Saturday, 12 January 2013 at 20:18:59 UTC, bearophile wrote:
> Maxim Fomin answering Andrey:
>
>>> ClassPoint[8] arr; //static array of null references;
>
> I prefer to call them fixed sized arrays, because the "static" 
> word is too much overloaded in D.

I see, but these names are interchangeable. Dlang.org uses 
"static" (as opposed to dynamic) and tdpl tends to use fixed-size 
name.

> Bye,
> bearophile



More information about the Digitalmars-d-learn mailing list