0
Pointer to pointer in cpp...
I want to access memory location of pointer to pointer, means (i,j)th position in **var, pointer to pointer variable?
5 Antworten
+ 1
you can use var[i][j]
+ 1
OK thanks. I'll try it and if it fails then I'll write the class here
0
Plz help to access.
0
actually I'm defining a class of matrix in which I used pointer to pointer at replacing array. I'm unable to access it using arrays
0
you can access it like arrays, try it or write the class you wrote for further help