Three-Dimensional Array AssignmentYes, but I want to do it automatically
Three-Dimensional Array AssignmentLine 50 corresponds to the assignement that returns the error: [code]d[i][j][g]=v[i][j];[/code] Ade...
Three-Dimensional Array AssignmentI would like to fill a matrix (v) with random numbers from 1 to 9, do some controls on which numbers...
Three-Dimensional Array Assignmentmain.cpp:50:30: error: invalid types 'int [9][int [n]]' for array subscript
Three-Dimensional Array AssignmentI'm wondering why I'm not allowed to do this simple assignment: [code] int n=9,m=9,i,j,g; int v[n][...
This user does not accept Private Messages