User defined functions reading 2D Array from a file
...
Last edited on
1 2
|
> const int noOfRows = 5;
> const int noOfColumns = 3;
|
Are the number of rows and the number of columns constants known at compile-time?
Topic archived. No new replies allowed.