Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Simple readline algorithm for Networking

Name: Anonymous 2008-08-19 16:52

Are there any simple standardized way of reading a full line from a socket that mallocs the memory for you? If so, what are they? If not, is there a way to do it in approximately O(1) time (obviously not including the time for the memory allocation).

Name: Anonymous 2008-08-19 17:55

The better way is to read data into a buffer, and after there's no more data (at this moment), read all complete lines from the buffer. Implementation is left as an exercise for the reader.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List