Re: multidimensional array

2002-07-08 Thread Josef Höök
On Tue, 2 Jul 2002, Dan Sugalski wrote: > At 9:45 PM +0100 7/2/02, Nicholas Clark wrote: > >On Thu, Jun 27, 2002 at 05:42:10PM +0200, Josef Höök wrote: > >> I've been thinking abit on howto implement multidimensional arrays and > >> i found that its quite tricky :). I'm currently thinking of

Re: multidimensional array

2002-07-02 Thread Dan Sugalski
At 9:45 PM +0100 7/2/02, Nicholas Clark wrote: >On Thu, Jun 27, 2002 at 05:42:10PM +0200, Josef Höök wrote: >> I've been thinking abit on howto implement multidimensional arrays and >> i found that its quite tricky :). I'm currently thinking of having >> a structure that contains a data pointer

Re: multidimensional array

2002-07-02 Thread Nicholas Clark
On Thu, Jun 27, 2002 at 05:42:10PM +0200, Josef Höök wrote: > I've been thinking abit on howto implement multidimensional arrays and > i found that its quite tricky :). I'm currently thinking of having > a structure that contains a data pointer and its location in every > dimension something like

Re: multidimensional array

2002-07-02 Thread Dan Sugalski
At 5:42 PM +0200 6/27/02, =?latin1?Q?Josef_H=F6=F6k?= wrote: >I've been thinking abit on howto implement multidimensional arrays >and >i found that its quite tricky :). I'm currently thinking of >having >a structure that contains a data pointer and its location in every >di