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

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!wupost!gumby!destroyer!ncar!sauvage!chris
  3. From: chris@chinook.atd.ucar.edu (Chris Webster)
  4. Subject: fopen & binary mode
  5. Message-ID: <1992Sep9.152325.9245@ncar.ucar.edu>
  6. Sender: news@ncar.ucar.edu (USENET Maintenance)
  7. Reply-To: chris@chinook.atd.ucar.edu
  8. Organization: Research Aviation Facility, NCAR, Boulder, CO
  9. Date: Wed, 9 Sep 1992 15:23:25 GMT
  10. Lines: 15
  11.  
  12.  
  13. When I used to program with Borland C on PC's, the fopen call
  14. had binary mode.  This was accomplished by placing a 'b' after
  15. the mode (e.g. "r+b").  This prevented CR from being converted
  16. into CR/LF or something of the sort.
  17.  
  18. My question is:  Does this apply to most installations of the
  19. C library?  Was it just a DOSism?  Should I continue to use it
  20. so my code is more portable?  The Sun compiler has not complained
  21. about me doing so.
  22.  
  23. If this is not the appropriate news group please let me know of a
  24. better one.  Thanx.
  25.  
  26. --Chris
  27.