From: legolas10 AT aol DOT com (Legolas10) Newsgroups: comp.os.msdos.djgpp Subject: Memory usage question! Lines: 6 NNTP-Posting-Host: ladder07.news.aol.com X-Admin: news AT aol DOT com Date: 08 Aug 1999 15:27:14 GMT Organization: AOL http://www.aol.com Message-ID: <19990808112714.07070.00009009@ng-fy1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am writing a big genetic algorithm to evolve little creatures that interact in their own world. I am planning on running very slowly with a huge amount of creatures and I have no way to allocate that much memory. I am using DJGPP, and I have 96M RAM. DJGPP lets me allocate up to about 150Meg. However, my hard drive is 6 gig, and I see no reason I couldn't allocate even more, up to 1 gig or so. How do I do this? I am using new and delete.