comp.lang.ada
 help / color / mirror / Atom feed
From: dennison@telepath.com
Subject: Re: Large Look-up Table question ?
Date: 1999/06/03
Date: 1999-06-03T00:00:00+00:00	[thread overview]
Message-ID: <7j61cm$fsn$1@nnrp1.deja.com> (raw)
In-Reply-To: 375299F4.CDEA8A81@hotmail.com

In article <375299F4.CDEA8A81@hotmail.com>,
  Nick Wilson <snow_moose@hotmail.com> wrote:
> I'm implementing a large matrix of values which is basically just a
big
> lookup table. What would be the best way to implement this in only
ada83
> code ? My initial idea is to use a static table for all the values but
> this seems clunky, can anyone offer some advice ?

Well, if it's just a one-dimensional lookup, you can dynamicly allocate
an array of the correct size once you know what that size is. Is that
what you were looking for, or did you want something "sexier"?

--
T.E.D.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




  parent reply	other threads:[~1999-06-03  0:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-31  0:00 Large Look-up Table question ? Nick Wilson
1999-06-01  0:00 ` Steve Quinlan
1999-06-01  0:00 ` czgrr
1999-06-02  0:00 ` Nick Roberts
1999-06-03  0:00   ` Ehud Lamm
1999-06-03  0:00 ` dennison [this message]
1999-06-07  0:00 ` Nick Wilson
1999-06-07  0:00   ` dennison
1999-06-09  0:00 ` Mike Brenner
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox