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

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!overload.lbl.gov!dog.ee.lbl.gov!news!cod!edelblut
  3. From: edelblut@nosc.mil (David J. Edelblute)
  4. Subject: large arrays
  5. Message-ID: <1992Dec30.011719.18323@nosc.mil>
  6. Organization: Naval Ocean Systems Center, San Diego, CA
  7. Date: Wed, 30 Dec 1992 01:17:19 GMT
  8. Lines: 11
  9.  
  10.  
  11.  
  12. I have problems for which I need moderately large arrays, e.g.,
  13. x: array[0..524287] of double.  For this, I have been using FS 
  14. Pascal.
  15.  
  16. I know that Borland Pascal allows protected mode programs, but I 
  17. have not heard anyone say that it allows one to address a large 
  18. array in linear fashion.  Can anyone tell me how this works? 
  19.  
  20. Dave Edelblute
  21.