| title | Ordering of C++ Arrays | |||
|---|---|---|---|---|
| ms.date | 11/04/2016 | |||
| helpviewer_keywords |
|
|||
| ms.assetid | ec53baa3-b77e-49be-911f-61fa1362943f |
C++ arrays are stored in row-major order. Row-major order means the last subscript varies the fastest.
| title | Ordering of C++ Arrays | |||
|---|---|---|---|---|
| ms.date | 11/04/2016 | |||
| helpviewer_keywords |
|
|||
| ms.assetid | ec53baa3-b77e-49be-911f-61fa1362943f |
C++ arrays are stored in row-major order. Row-major order means the last subscript varies the fastest.