![]() |
|
[FILE PROCESSING] Difference between text mode and bin mode? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: [FILE PROCESSING] Difference between text mode and bin mode? (/Thread-FILE-PROCESSING-Difference-between-text-mode-and-bin-mode) |
[FILE PROCESSING] Difference between text mode and bin mode? - Gintoki Ameto - 06-26-2014 I've been programming for many years. And in all of the language I've ever used, when you process a text file, you can either use text mode or bin mode. When I try bin mode and write some text into it, I found that no difference to be regconize. So, my question is: What is the difference between text mode and bin mode? Is bin mode even necessary? Thankyou for reading. RE: [FILE PROCESSING] Difference between text mode and bin mode? - Ex094 - 06-26-2014 http://stackoverflow.com/questions/229924/difference-between-files-writen-in-binary-and-text-mode Should Google next time before posting
RE: [FILE PROCESSING] Difference between text mode and bin mode? - Gintoki Ameto - 06-26-2014 @Ex094: Thankyou for replying |