Heywood Floyd Mon, 12 Jul 2010 11:00:17 -0700
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;