Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!usc!sdd.hp.com!hplabs!hpcc05!hpbbn!hpgnd!guy From: guy@hpgnd.grenoble.hp.com (Guy DUBRISAY) Newsgroups: comp.lang.c Subject: Re: Data Structure question Message-ID: <1790004@hpgnd.grenoble.hp.com> Date: 8 Feb 91 16:03:29 GMT References: Organization: Hewlett-Packard, GND Lines: 13 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. ----------