Associative array of dynamic array

Samuele Carcagno sam.carcagno at gmail.com
Sun Sep 9 05:48:48 PDT 2012


thanks a lot! both solutions work, to initialize the arrays of 
int I'm doing:

int[][][string] foo;
foo["key"] = new int[][](6,6);
foo["key"][0][0] = 5;

it seems to work.


More information about the Digitalmars-d-learn mailing list