Brian D
2006-08-03 09:58:14 UTC
int m, n;
double testarray[m][n];
as c++ will not let me declare variables for the size. How would I get around this? Perhaps you could write a little code for me to illistrate this?
Thank you,
Brian