Three Dimensional Array

Feb 27, 2013 at 3:14am
I don't suppose anyone could give me an example of a three dimensional array? I just need to know the structure of them. I see loads of two dimensional arrays but I hardly ever see three dimensional arrays.

Thanks.
Feb 27, 2013 at 3:23am
int array3d[5][4][3];

Feb 27, 2013 at 11:09am
What would the output be of that? If you gave those array some numbers how would you do that and how would you output them to the screen?
Topic archived. No new replies allowed.