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
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
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
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