const int NUM_ROW=15;
const int NUM_COL=15;
typedef int [NUM_ROW][NUM_COL] TwoDimArray;
can someone tell me how to correct that?
I'm so confused that this is giving me errors and warnings, i use visual C++ 6.0.
i looked at my notes it seems that there is something wrong
please help