Hi,

How do I create a multidimensional array[r][c] with a dynamic size? My input file contains the r and c values, but can be different for each input file.

I know that you can specify a dynamic array within a function (such as my readfile function, but how do I pass that array to another function?

Thanks