10.09.2011, 23:06
Quote:
I see, but I was not sure what to call it as it's like a master of the arrays making it one big array.
|
3D arrays are dangerous
pawn Код:
new Option[4][MAX_QUESTION][30],
MAX_QUESTIONS
and 30 is the size of the string, there you go, a 3D array.