Array of array

RenatoL rexlen at gmail.com
Mon Jan 2 15:03:41 PST 2012


I have:

auto r = new int[][];

Error: new can only create structs, dynamic arrays or class objects
, not int[][]'s

while

auto r = new int[][3];

is ok.


More information about the Digitalmars-d-learn mailing list