So many years I was following D...

Fawzi Mohamed fmohamed at mac.com
Wed Oct 14 04:50:57 PDT 2009


On 2009-10-14 10:48:10 +0200, bearophile <bearophileHUGS at lycos.com> said:

> Iamgottingcrazy:
> 
>> Should I bear this??
> 
> With D1 it seems to work:
> http://codepad.org/hpslrHHs
> 
> Bye,
> bearophile

maybe because you actually used the correct sequence of dimensions...

int[2][3] x;
x.length is 3, this is a 3 dimensional array of 2 dimensional arrays...

Fawzi




More information about the Digitalmars-d mailing list