I'm reading someone else's code (which once I understand what it does, I have to rewrite in a different language) and I can't quite figure out what's going on here:
The first line I think gives the size of the array - the total number of elements - from what I could find online. But what do the next two lines give? It's a 3d array.
I don't understand the [0] part though.
Like, obviously, ArrayName[1][4][2] is a specific element. But I can't tell in the context of the size, is it asking for the size of the array in the first dimenstion, and then the second?