02-22-2010, 09:08 PM
(This post was last modified: 02-22-2010, 09:09 PM by Project Evolution.)
Multidimensional arrays can be used for things such as x and y coordinates in a game,
they are also handy for geometry,
or even cubes,
Hopefully you catch my drift.
Code:
MyArray[x][y]
Code:
MySquareArray[x][y]
Code:
MyCubeArray[x][y][z]
Hopefully you catch my drift.