Search:
Forum
Beginners
Three Dimensional Array
[try Beta version]
Not logged in
register
log in
user name:
password:
remember me
forgot your password?
or sign in using:
try again
cancel
forgot your password?
Three Dimensional Array
Feb 27, 2013 at 3:14am
Feb 27, 2013 at 3:14am UTC
DELB
(67)
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
Feb 27, 2013 at 3:23am UTC
binarybob350
(199)
int
array3d[5][4][3];
Feb 27, 2013 at 11:09am
Feb 27, 2013 at 11:09am UTC
DELB
(67)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs