I want to know if it is possible to create an array that is composed of 2D arrays.
I have a function that modifies the content of a 2D array, in my program this function is called 2035 times. And each time the result is saved in the same 2D array. So of course I can have access to only the 2035 update of the 2D array.
- Is it possible to have an array of 2D arrays?
- Is there a way to save each 2D array?