Compile time static array issues.

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun May 29 13:29:22 PDT 2011


On 5/29/11, bearophile <bearophileHUGS at lycos.com> wrote:
> Andrej Mitrovic:
>
>> C struct initialization in D is also buggy, it doesn't take into
>> account field initializers. It's best to get used to the D way of
>> initializing structs.
>
> I'd like it to be debugged instead :-)

Well if it has already been decided that they're going away, no point
in debugging them! :)

Although I have to say, porting C code with struct initializers to D
is a pain in the ass. Maybe I need a Vim script to do that or
something, heh..


More information about the Digitalmars-d-learn mailing list