If the above code works (did not test) then you can do multi dim arrays by index = index_x + index_Y * size_index_x; . if this is not the case try swaping x and y in the above statement. if this is still not right then LC is using some funky array indexing. This works for standard C and C++ if you know the size of the first index. It is implementation specific and may change without notice.


Our new web site:Westmarch Studios