Multi dimensional array question.

Heywood Floyd soul8o8 at gmail.com
Mon Jul 12 10:59:35 PDT 2010


This had me crazy. I ended up putting the brackets on the variable, like

  int marr[3][5];

then it worked like

  marr[2][4] = 9;


More information about the Digitalmars-d-learn mailing list