home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13594 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.9 KB  |  53 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!iti.gov.sg!news
  3. From: kaykit@iti.gov.sg (Chan Kay Kit)
  4. Subject: Help needed on extended memory management
  5.  
  6. Message-ID: <1992Sep14.031600.1957@iti.gov.sg>
  7. Sender: news@iti.gov.sg (News Admin)
  8. Reply-To: kaykit@iti.gov.sg
  9. Organization: Information Technology Institute, National Computer Board, S'pore
  10. Date: Mon, 14 Sep 1992 03:16:00 GMT
  11. Lines: 40
  12.  
  13. Hello everyone!
  14.  
  15.     I have programmed for DOS for a fairly long time but recently I ran 
  16. into memory management difficulties. 
  17.  
  18.     My program requires a lot of memory for dynamic data (eg. a 1.2 MB 
  19. contiguous block) and thus needs to access extended memory. However, since I 
  20. am only producing a prototype to show concepts, I do not wish to get entangled
  21. in Windows programming. In other words, it would be best if I could just program 
  22. as per normal as possible, with much of the work of managing the extended memory 
  23. done by the compiler or some DOS extender. I am running MS-DOS 3.3.
  24.  
  25.     I would appreciate it very much if anyone can supply helpful tips to
  26. satisfying the above requirements, and/or answers to the questions below:
  27.  
  28.  
  29. (i) Does anyone know if Borland C++ or Zortech C++ allows one to write
  30. and compile DOS programs that automatically use extended memory if 
  31. necessary? What work must be done by the programmer, if any, to manage the 
  32. extended memory? Is the extra work required so much that a switch to the
  33. Windows environment would be more productive instead?
  34.  
  35. (ii) Any other C language products that come with extended memory management
  36. facilities? 
  37.  
  38.  
  39.     Please email replies to kaykit@iti.gov.sg. Thanks in advance!
  40.  
  41.  
  42.  
  43. Kay Kit
  44.  
  45.  
  46.  
  47. ---
  48. Kay-Kit CHAN                | Internet: kaykit@iti.gov.sg
  49. Knowledge Systems Lab            | Bitnet:   kaykit@itivax
  50. Information Technology Institute    | Tel:      (65) 772-0920
  51. National Computer Board of Singapore    | Fax:      (65) 770-3043
  52.  
  53.