Thread
:
Problem with pointers
View Single Post
vinsudhir
Light Poster
2Apr2008,22:44
I got it working. I was a single level pointer. I had to use ptest[i*m+j*n+k] to make it work.