+ 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 Answers
+ 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