Hi,
I'm bussy with a project where i have to read data from a buffer.
I'm using the Linux OS. I don't now where to start can someone help me, with the lines/commands i have to use to read data from a buffer. Thanks for your support.
Bye.
This is a discussion on Reading data from buffer within the C++ Programming forums, part of the General Programming Boards category; Hi, I'm bussy with a project where i have to read data from a buffer. I'm using the Linux OS. ...
Hi,
I'm bussy with a project where i have to read data from a buffer.
I'm using the Linux OS. I don't now where to start can someone help me, with the lines/commands i have to use to read data from a buffer. Thanks for your support.
Bye.
I suggest using getline() and reading into a string rather than a char* buffer.
FAQ
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.
"If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.
Ok, thanks. I will try to use these commands.Originally Posted by joshdick