home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13425 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!asuvax!ennews!envmsa.eas.asu.edu!ptran
  3. From: ptran@envmsa.eas.asu.edu (Phi-Long Tran)
  4. Subject: Re: File Handling
  5. Message-ID: <9SEP199219250357@envmsa.eas.asu.edu>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: news@ennews.eas.asu.edu (USENET News System)
  8. Reply-To: ptran@asuvax.eas.asu.edu
  9. Organization: Arizona State University, Tempe, AZ
  10. References: <1992Sep9.173717.22248@nosc.mil>
  11. Date: Thu, 10 Sep 1992 02:25:00 GMT
  12. Lines: 17
  13.  
  14. In article <1992Sep9.173717.22248@nosc.mil>, mitch@nosc.mil (Ray Mitchell) 
  15. writes...
  16.  
  17. > ...  Assume the typical case where a binary file consists of several
  18. > records (structures).  I wish to write a program in which the user
  19. > specifies which record is to be modified.  My initial approach was to
  20. > simply fseek into the file the appropriate amount then overwrite the
  21. > record at that position.
  22.  
  23.      You can place a header record at the beginning of the file containing
  24. the number of records in the file.  You would update the record accordingly
  25. when removing or adding records.
  26.  
  27. ---
  28. Phi-Long Tran
  29. ptran@asuvax.eas.asu.edu
  30. Arizona State University
  31.