----- Original Message -----
Sent: Saturday, May 31, 2003 10:10
PM
Subject: [A83] Re: allocating
uninitialized memory? + _insertmem
In a message dated 03/05/31 8:12:02 PM
Eastern Standard Time, bms9019@rit.edu
writes:
theres no way to assure that the user has enough free ram?
thats bullcrap. you can check to see if you have enough free ram to
create a program before creating it. or if you don't like that idea,
you can use error handlers to catch errors when you creation routine
fails. or if you want to make sure the user has say 1k of free ram
afterward... make a routine to do the math first!