+ 1

İs it possible to create a pointer array where each pointer in the array points to different array( possibly multi-dimensional)?

How to create a pointer array where each pointer in the array points to different array( possibly multi-dimensional)?? İf it is possible how to use them in function calls?

19th Sep 2019, 6:57 PM
merrdoc
merrdoc - avatar
2 Antworten
+ 1
you can have an array of pointers, then allocate memory for each array element, thats like a multidimensional array
20th Sep 2019, 5:57 AM
✳AsterisK✳
✳AsterisK✳ - avatar
0
✳AsterisK✳ what is the corect pointer decleration for such a thing
23rd Sep 2019, 4:58 PM
merrdoc
merrdoc - avatar