I'm getting an error when trying to compile this line (C), my compiler doesn't seem to be recognizing the previous declaration of "nRows, nCols":
void scalarMultiply (int nRows, int nCols, int matrix[nRows][nCols], int scalar);
Is there something wrong with it?
It's from a Stephen kochan's book, so I'm guessing it's got something to do with my compiler which is MinGW Developer Studio 2.05
2007-04-03
20:35:50
·
7 answers
·
asked by
VIC VIC
2
in
Computers & Internet
➔ Programming & Design