Tagged Questions
1
vote
1answer
377 views
extra newlines at end of file transported over tcp
I have two programs, recvfile.py and sendfile.cpp. They work except that I end up with a bunch of extra newline characters at the end of the new file. I don't know how the extra spaces get there. I ...