Quote:
Originally Posted by Chompy
Naw. Using multi-dimensional arrays in this case makes it just alot more complicated since you have to divide the index by two for find the correct number, then plus 1 to find the letter( and by using multi dimensional arrays you can't use the
for(member : array) loop because of indexes being wrong, and you to use an extra variable to count the index), so... Nope. Using multi-dimensional arrays in this case just makes it more complicated then it needs too.
|
He means {{int,int, ...},{str,str,...}}.
And you can certainly use for (
needle:
haystack) with a multidimensional array.