User: ryochan

  • Public profile

User profile: ryochan

User info
User name:ryochan
History
Joined:
Number of posts:9
Latest posts:

Three-Dimensional Array Assignment
Yes, but I want to do it automatically

Three-Dimensional Array Assignment
Line 50 corresponds to the assignement that returns the error: [code]d[i][j][g]=v[i][j];[/code] Ade...

Three-Dimensional Array Assignment
I would like to fill a matrix (v) with random numbers from 1 to 9, do some controls on which numbers...

Three-Dimensional Array Assignment
main.cpp:50:30: error: invalid types 'int [9][int [n]]' for array subscript

Three-Dimensional Array Assignment
I'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