Data Structure question

Guy DUBRISAY guy at hpgnd.grenoble.hp.com
Sat Feb 9 03:03:29 AEST 1991


I suppose that you declared something like 

	pointer_matrix_type array ;

You should be able to acces the cells thus

    (*array[x])[y].data = whatever;

Hope this helps ...

Guy.
----------



More information about the Comp.lang.c mailing list