cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Three Dimensional Array
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.