arrays && functions && pointers
MM
MM_member at pathlink.com
Mon Jun 19 10:59:33 PDT 2006
In article <e752e2$27jq$1 at digitaldaemon.com>, Jarrett Billingsley says...
>
>"Jarrett Billingsley" <kb3ctd2 at yahoo.com> wrote in message
>news:e752c0$27i8$1 at digitaldaemon.com...
>
>> foreach(/* auto */ a; tiles)
>> a[] = 0;
>
>This is why I hate newsgroups.
>
>foreach(inout /* auto */ a; tiles)
> a[] = 0;
>
>
Having fun Jarrett :D
Thx I'll look through your propositions. (Ay, I only use static arrays)
More information about the Digitalmars-d-learn
mailing list