
April 18th, 2006, 01:35 AM
|
|
Registered User
|
|
Join Date: Mar 2006
Posts: 3
Time spent in forums: 51 m 4 sec
Reputation Power: 0
|
|
|
Comparing 3-Dimensional Arrays?
In a program I'm working with I operate using a 3 dimensional boolean array. (aka .. bool numberAllows[9][9][9]; ) .. (and yes, I know what I'm doing using such a big array..  )
But I need to compare my grids. To see if the boolean set of values in numberAllows[0][0] is equal to numberAllows[0][1].
I'm working on a loop that cycles though but if there is something in existance ...
|