Relative Content

Tag Archive for c++arrays3d

Find an element of a 3D array

If the following array is stored as a row and starts from memory address 300, what is the specification of element A[3,4,2] in memory?
Var A: array [1..4,2..5,1..6] of integers;