home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12342 < prev    next >
Encoding:
Text File  |  1992-08-14  |  994 b   |  24 lines

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