From: me AT here DOT com Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.programmer Subject: Re: How to get the size of available memory ? Date: 24 Aug 2000 17:13:28 GMT Organization: Plug 'n' Pray! Lines: 7 Message-ID: <8o3l3o$c3f$1@schbbs.mot.com> References: <8o2ggb$oi7 AT news DOT or DOT intel DOT com> NNTP-Posting-Host: css31u.seattle.css.mot.com X-Trace: schbbs.mot.com 967137208 12399 199.1.163.31 (24 Aug 2000 17:13:28 GMT) X-Complaints-To: postmaster AT mot DOT com NNTP-Posting-Date: 24 Aug 2000 17:13:28 GMT User-Agent: tin/pre-1.4-19990216 ("Styrofoam") (UNIX) (SunOS/5.7 (sun4u)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In comp.os.msdos.programmer Haim Cohen wrote: > Hi ! > Is someone know how to get the size of the available memory in the system by > C/C++ standard routines or assembly commands ? No such standard routine. Individual compilers may have extensions to do that, though.