Implement a thread-safe class that will read/write to/from a buffer
TSBuffer::TSBuffer(int size)
int TSBuffer::Read(char* buff, int max_size)
int TSBuffer::Write(char* buff, int size)
Last edited by surfer; 24th March 2010 at 12:24.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks