[A89] Re: Pointers and Matricies


[Prev][Next][Index][Thread]

[A89] Re: Pointers and Matricies



So if I wanted to access the element at 1,1 in the matrix I would do:

*pmatrix[0][0]=1;

???

Well, I will try this.  Thanks!





Follow-Ups: