Re: multidimensional array

2002-07-08 Thread Josef Höök
l == 2 in first position and pos->next.upper_init_val == 3 I've been thinking about this and i dont think its the best way to store init values .. i am currently thinking of creating a seperate POS at begining of the PMC Buffer that needs to be al

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

multidimensional array

2002-06-27 Thread Josef Höök
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 this: