 |
INFO: Dynamic Memory Allocation for Two-Dimensional Arrays
For the compiler to generate code for two-dimensional array element dereferencing, the number of columns of the array must be known at compile time. Therefore, it is possible to dynamically allocate a two-dimensional array if pointer declaration includes
support.microsoft.com |
 |