Ordering of C++ Arrays
The latest version of this topic can be found at Ordering of C++ Arrays.
C++ arrays are stored in row-major order. Row-major order means the last subscript varies the fastest.
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
The latest version of this topic can be found at Ordering of C++ Arrays.
C++ arrays are stored in row-major order. Row-major order means the last subscript varies the fastest.