home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18669 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  771 b 

  1. Path: sparky!uunet!psinntp!factory!eric.hochman
  2. From: eric.hochman@factory.com (Eric Hochman) 
  3. Newsgroups: comp.lang.c++
  4. Subject: BORLAND C++ ; NEW INT(1,
  5. Message-ID: <8625.1635.uupcb@factory.com>
  6. Date: 4 Jan 93 09:54:00 GMT
  7. Distribution: world
  8. Organization: Invention Factory's BBS - New York City, NY - 212-274-8298v.32bis
  9. Reply-To: eric.hochman@factory.com (Eric Hochman) 
  10. Lines: 8
  11.  
  12. Yes, you can allocate memory beyond 640K in Borland C++, but you'll need
  13. to either purchase a DOS extender, or do a fair bit of assembler
  14. programming.
  15.  
  16. "C Memory Management Techniques" by Dorfman & Neuberger, from Windcrest
  17. Books, will explain the necessary techniques, as well as giving you
  18. a pre-written package of routines you can use.
  19.                                              
  20.