home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18528 < prev    next >
Encoding:
Text File  |  1992-12-29  |  892 b   |  35 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!sarah!cook!psinntp!psinntp!ibism!ghica
  3. From: ghica@fig.citib.com (Renato Ghica)
  4. Subject: BORLAND C++ ; new int(1,000,000)
  5. Message-ID: <C01upJ.FAx@fig.citib.com>
  6. Originator: ghica@duck
  7. Sender: news@fig.citib.com
  8. Organization: Citibank IBISM
  9. Date: Wed, 30 Dec 1992 01:56:06 GMT
  10. Lines: 23
  11.  
  12.  
  13.  
  14. Is it possible to allocate more than 640K (from extended or
  15. expanded memory) on a DOS 5.0 system using a borland 3.1 C++ program?
  16.  
  17. Using the huge memory model, I'm trying to do the equivalent
  18. of 
  19.     new int(1,000,000);  
  20.  
  21.     without commas, of course.
  22. I have not successed. (I know I can allocate 64k+ at the time).
  23.  
  24. Do I need to use a virtual memory machine?
  25.  
  26. Is this an FAQ? If it is, pardon the ignorance.
  27.  
  28.  
  29. thanks to any reply.
  30. -- 
  31.  
  32. "You're a cold one, Mr. GRINCH! Your head is full of
  33. spiders nd your teeth are made of wood!"
  34.  
  35.