Xref: news2.mv.net comp.os.msdos.djgpp:2513 From: Thierry Tremblay Newsgroups: comp.os.msdos.djgpp Subject: heap memory left Date: Sat, 06 Apr 1996 15:36:56 -0800 Organization: Ecole Polytechnique de Montreal Lines: 6 Message-ID: <31670018.5F4E@info.polymtl.ca> NNTP-Posting-Host: ts-2-13.slip.polymtl.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I need to know how much heap memory is left in my system. I'm programming in C++ with djgpp, and writing an editor (like QEdit), and would like to print the amount of free memory on the status bar. Is there any way to do it? Thierry