home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 15856 < prev    next >
Encoding:
Text File  |  1992-11-07  |  763 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!well!donovan
  3. From: donovan@well.sf.ca.us (Sean Donovan)
  4. Subject: Re: Using 64k objects
  5. Message-ID: <BxAAoA.2Mu@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Whole Earth 'Lectronic Link
  8. References: <1992Nov4.011604.5884@piccolo.cit.cornell.edu>
  9. Date: Fri, 6 Nov 1992 07:40:58 GMT
  10. Lines: 12
  11.  
  12.  
  13. [ ... text of problem of allocating 64k object deleted ...]
  14.  
  15. When allocating an array of larger than 64k you need to declare that element
  16. as a huge array.  There are special address normilizations which must be
  17. added to address beyond the 64k segment boundry in 80x86 real mode.  Your
  18. compiler will provide you with this is you declare the array as huge or if
  19. you compile under the huge memory model.
  20.  
  21.  
  22. Sean Donovan
  23.  
  24.