|
From: Berend de B. <be...@po...> - 2001-08-13 06:40:43
|
Christian Couder <chc...@cl...> writes: > In my opinion, the compilers shouldn't cconvert "%R%N" to "%N" when > reading from a file and then back from "%N" to "%R%N" when writing to a > file. You have the choice: use a text file if you want conversion, use binary if you don't want to. And remember, this only occurs on Windows systems, for POSIX systems there's no distinction between text and binary files. -- Groetjes, Berend. (-: |