I have to write a 3D array and put information in it, so it can be used later.
I'm not sure how to set it up. This is what I have: int var[6][2][7];
Setting up a single array is easy: {1,2,3,4} but I'm not sure how to do
anything besides that. Thanks for your help.- 3D Array dayrinni
- Re: 3D Array Chad Simmons

