home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18581 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  892 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!proto!joe
  2. From: joe@proto.com (Joe Huffman)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BORLAND C++ ; new int(1,000,000)
  5. Message-ID: <1992Dec31.000556.25756@proto.com>
  6. Date: 31 Dec 92 00:05:56 GMT
  7. References: <C01upJ.FAx@fig.citib.com>
  8. Organization: FlashTek, Inc.
  9. Lines: 16
  10.  
  11. ghica@fig.citib.com (Renato Ghica) writes:
  12.  
  13. >Is it possible to allocate more than 640K (from extended or
  14. >expanded memory) on a DOS 5.0 system using a borland 3.1 C++ program?
  15.  
  16. >Using the huge memory model, I'm trying to do the equivalent
  17. >of 
  18. >    new int(1,000,000);  
  19.  
  20. Sorry, you will need a 32-bit compiler for DOS to do that.  MetaWare and
  21. Zortech have the only 32-bit C++ compilers for DOS that I am aware of
  22. right now.  Watcom is supposed to have something available soon, but I don't
  23. think it is out yet.
  24. -- 
  25. netcom!proto!joe
  26. joe@proto.com
  27.