home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13705 < prev    next >
Encoding:
Text File  |  1992-09-15  |  705 b   |  23 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!rsg1.er.usgs.gov!news.cs.indiana.edu!syscon!gator!rde!tssi!unlinfo.unl.edu!cse!lappala
  3. From: lappala@cse.unl.edu (Kristopher Lappala)
  4. Subject: fseek()
  5. Message-ID: <1992Sep15.065754.13629@unlinfo.unl.edu>
  6. Summary: Need help with fseek() and binary files...
  7. Keywords: fseek()
  8. Sender: news@unlinfo.unl.edu
  9. Nntp-Posting-Host: cse.unl.edu
  10. Organization: University of Nebraska - Lincoln
  11. Distribution: global
  12. Date: Tue, 15 Sep 1992 06:57:54 GMT
  13. Lines: 8
  14.  
  15. I need to somehow detect the size of a binary file so my
  16. program will stop reading from it..
  17. i.e.
  18.  
  19. while(i<=lastposition) {.......
  20.                 Thanks,
  21.                 K.L.
  22.  
  23.