home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / programm / 8066 < prev    next >
Encoding:
Text File  |  1992-07-25  |  821 b   |  19 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!sal.wisc.edu!rat!zeus!ejajko
  3. From: ejajko@zeus.calpoly.edu (Edward Wladyslaw Jajko)
  4. Subject: BC++ 3.0 bug? binary read still converts linefeed/cr
  5. Message-ID: <1992Jul25.061328.192040@zeus.calpoly.edu>
  6. Organization: California Polytechnic State University, San Luis Obispo
  7. Date: Sat, 25 Jul 1992 06:13:28 GMT
  8. Lines: 9
  9.  
  10. Recently, I've been deuling with my BC++ in an attempt to prevent it
  11. from converting 0x0d+0x0a to \n internally. In all instances of my search,
  12. I forced a binary open using the fopen() and have tried both fgetc() and
  13. fwrite(); it still converts.
  14. One final note: I am attempting to perform buffered I/O one character at
  15. a time using setvbuf() in a string comparison routine.
  16.  
  17. Thanks-
  18.     Edward W. Jajko
  19.