comp.lang.ada
 help / color / mirror / Atom feed
From: Matthew Heaney <matthew_heaney@acm.org>
Subject: Re: Dynamic Array Sizing
Date: 1999/06/19
Date: 1999-06-19T00:00:00+00:00	[thread overview]
Message-ID: <m3wvx0jm2u.fsf@mheaney.ni.net> (raw)
In-Reply-To: FDKnBy.BF@stuyts.nl

On 19 Jun 1999 11:16, jerry@jvdsys.stuyts.nl wrote:

> begin
>    Num_Elements := Data_Elements (File_Name);
>    Data := Create_Data_Storage (Num_Elements);
>    Load_Data (File_Name, Data);
>    Put_Line ("Loaded" & Data.all'Length'Img & " Booleans from " & File_Name);
>    Free (Data);
> end Stuff;


Why did you put the data on the heap?







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

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-19  0:00 Dynamic Array Sizing Nick Wilson
1999-06-19  0:00 ` Matthew Heaney
1999-06-20  0:00   ` Nick Wilson
1999-06-20  0:00     ` Matthew Heaney
1999-06-19  0:00 ` Tom Moran
1999-06-19  0:00 ` jerry
1999-06-19  0:00   ` Matthew Heaney [this message]
1999-06-19  0:00     ` jerry
1999-06-20  0:00       ` Matthew Heaney
1999-06-21  0:00         ` jerry
1999-06-19  0:00   ` jerry
replies disabled

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