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