I was wondering if it was possible to change (add or subtract) the elements in a multi-dimensional array, without using the new tag. I also can't change the array's name.
For example, I want to change:
Code:
 int array[10][10]
to something like:
Code:
 int array[13][12]
Or:
Code:
 int array [2][7]