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