home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16029 < prev    next >
Encoding:
Internet Message Format  |  1992-11-05  |  785 b 

  1. Path: sparky!uunet!wupost!uwm.edu!ogicse!usenet.coe.montana.edu!Msu.oscs.montana.edu!ooprb
  2. From: ooprb@Msu.oscs.montana.edu
  3. Newsgroups: comp.lang.c
  4. Subject: Reading 0x0D in a binary file returns 0
  5. Message-ID: <00963079.30E098C0@Msu.oscs.montana.edu>
  6. Date: 3 Nov 92 03:52:37 GMT
  7. Article-I.D.: Msu.00963079.30E098C0
  8. Sender: usenet@coe.montana.edu (USENET News System)
  9. Reply-To: ooprb@Msu.oscs.montana.edu
  10. Organization: Montana State University
  11. Lines: 13
  12.  
  13. Could someone help me with reading in 0x0D in a binary file?
  14. I've been using this:
  15.     byte[ptr] = fgetc(in);
  16. I've got it to read everything except 0x0d.  It is assigning
  17. byte[ptr] to 0.  Does anyone know what I am doing wrong?  How
  18. to fix this?  Examples?
  19.  
  20. Thanks in advance...
  21.  
  22. Please E-Mail to:
  23. ooprb@trex.oscs.montana.edu
  24.  
  25.         Rocky
  26.