Multiple Dynamic Array

efgee efgee2003 at yahoo.com
Mon Dec 25 18:33:58 PST 2006


Thank you very much, this:

> int[][][] A = new int[][][](64, 64, 64);
> char[][][] B = new char[][][](64, 64, 64);

worked like a charm, with DMD and GDC.

How do you guys/gals know all these things, didn't find it anywhere written down...

Thanks again

efgee


More information about the Digitalmars-d-learn mailing list