comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <jrcarter@acm.org>
Subject: Re: How would i keep 'records' in ADA ?
Date: Sun, 10 Mar 2002 06:51:37 GMT
Date: 2002-03-10T06:51:37+00:00	[thread overview]
Message-ID: <3C8B0271.EDBF428D@acm.org> (raw)
In-Reply-To: a6e9ko$b6a$1@knossos.btinternet.com

If you mean how to keep them in memory, if you're doing additions and
deletions, a list is probably the best data structure. If you need to
search a large list for specific records, a skip list is good.

If you mean how to keep them when the program is not running, a file is
the answer.

If you mean how to keep them in the American Dental Association, this is
the wrong place to ask. Here we discuss the programming language Ada.

-- 
Jeff Carter
"Nobody expects the Spanish Inquisition!"
Monty Python's Flying Circus



  parent reply	other threads:[~2002-03-10  6:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-09 22:35 How would i keep 'records' in ADA ? Jim
2002-03-09 23:29 ` chris.danx
2002-03-09 23:32   ` chris.danx
2002-03-10  0:33     ` Jim
2002-03-10  2:00       ` tmoran
2002-03-10  6:51       ` Jeffrey Carter [this message]
2002-03-10 12:14       ` rmoldskr
2002-03-11 15:33         ` Marin David Condic
2002-03-10 12:45       ` chris.danx
2002-03-11 15:39         ` Marin David Condic
2002-03-10 12:03 ` David C. Hoos, Sr.
replies disabled

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