What translation occurs when writing to a file that was opened in text mode that does not occur in binary mode? Specifically in MS Visual C.
unsigned char bu
Additionally, when you fopen a file with "rt" the input is terminated on a Crtl-Z character.