multidimensional array

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Sep 28 07:40:23 PDT 2014


On Sun, Sep 28, 2014 at 10:48:45AM +0300, ketmar via Digitalmars-d-learn wrote:
> On Sun, 28 Sep 2014 04:24:19 +0000
> Joel via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com> wrote:
> 
> > struct Spot { bool dot; }
> > spots = new Spot[][](800,600);
> btw, does anybody know why i can do `new ubyte[256];` but not
> `new ubyte[256][256];`? hate that.

File a bug.


T

-- 
I see that you JS got Bach.


More information about the Digitalmars-d-learn mailing list