home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!news.cs.indiana.edu!umn.edu!news
- From: teb@dendron.forestry.umn.edu (Thomas E. Burk)
- Subject: using extended(?) memory with BC++
- Message-ID: <1992Aug14.150410.4215@news2.cis.umn.edu>
- Sender: news@news2.cis.umn.edu (Usenet News Administration)
- Nntp-Posting-Host: dendron.forestry.umn.edu
- Reply-To: teb@dendron.forestry.umn.edu (Thomas E. Burk)
- Organization: University of Minnesota
- Date: Fri, 14 Aug 1992 15:04:10 GMT
- Lines: 11
-
-
- I am writing a C++ program that requires approximately 400KB for data. Using
- BC++ on a Gateway 2000 - 486 w/ 3 MB RAM, I encountered problems allocating
- space for my data because the program was restricted to ~350 KB for data. I
- tried to use the large memory model, but that did not work.
-
- Is BC++ capable of using extended(?)/expanded(?) memory or is it capable of
- virtual memory with paging to disk?
-
- --
- Please e-mail me at mnguyen@mercury.forestry.umn.edu and I will summarize.
-