Hey,
I have trouble accessing a matrix from another method. I have a matrix allocated like this in one method
How can I access it from another method?Code:DTM **dtmpixel = new DTM*[ny_dtm]; for (int k=0; k<ny_dtm; k++) { dtmpixel[k] = new DTM[nx_dtm]; }
Regards



LinkBack URL
About LinkBacks



