Arrays

Georg Wrede georg at nospam.org
Thu Mar 27 15:57:16 PDT 2008


Walter Bright wrote:
> Benji Smith wrote:
>> 3) Array syntax should support both multi-dimensional arrays and 
>> jagged arrays:
>>
>>   int[,] multidim = new int[4,5];
>>   int[][] jagged = new int[4][5];
> 
> I agree that would be nice, but C++ doesn't do it either.

Ehh, I know this was positioned as a defensive post. But still, 
shouldn't we drop the "but C++ doesn't do it either" stuff?

At the very least, it'd need an additional qualifier, right? Or else 
there'd be no point in having D in the first place.



More information about the Digitalmars-d mailing list