home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16138 < prev    next >
Encoding:
Text File  |  1992-11-08  |  830 b   |  25 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!portal!dfuller
  3. From: dfuller@portal.hq.videocart.com (Dave Fuller)
  4. Subject: Re: Need help reading floats from file
  5. Message-ID: <BxC0rz.76w@portal.hq.videocart.com>
  6. Organization: VideOcart Inc.
  7. X-Newsreader: Tin 1.1 PL3
  8. References: <BxBxvA.6Gp@portal.hq.videocart.com>
  9. Date: Sat, 7 Nov 1992 06:02:23 GMT
  10. Lines: 13
  11.  
  12. dfuller@portal.hq.videocart.com (Dave Fuller) writes:
  13. : /* note that each of the first elements has associated with it the 
  14. : /* 20 numbers that were on the line in the file
  15. : /*
  16. : /*  i.e.  numbers[1][5] = 6th number in the first line
  17. : /*                        yes 6th, 0 indexing here . . . 
  18.  woops !!  that should read as the 6th element in the 2nd line, Sorry
  19.  numbers[0][5] would be the 6th element in the 1st line
  20.  
  21. Dave Fuller
  22. dfuller@portal.hq.videocart.com
  23.