I have a Linux file descriptor (from socket), and I want to read one line at a time. How to do it in C++?
I have a Linux file descriptor (from socket), and I want to read one line. How to do it in C++?
- Add new Answer
- Reset vote
- 7 points
I have a Linux file descriptor (from socket), and I want to read one line at a time. How to do it in C++?
Something like that.
Post your Answer