how to can I change "array[0][0]" to "array->0->0" using the #define preprocessor?

2015-10-03T18:13:31Z

Without using pointers IN ANY WAY.

husoski2015-10-03T18:43:59Z

In what language? That's not possible with C or C++.