This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using pointer to pointers for two dimensional arrays and use of malloc

Hi, 

This is another thing I am stuck on. I have some code which I am porting from Visual C. There are some functions in which I have used pointer to pointer as argument types and have been passing two dimensional arrays as function arguments to those functions. When I try to do the same in CCS, it doesn't work, neither initializing a two dimensional array by a pointer to a pointer or passing the two dimensional array as an argument to the functions. Am I missing something?