+ Reply to Thread
Results 1 to 1 of 1

Thread: Implement a thread-safe class

  1. #1
    Surfer is offline Senior Member
    Join Date
    Mar 2010
    Posts
    321

    Implement a thread-safe class

    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. write thread safe singleton class
    By Surfer in forum Qualcomm
    Replies: 2
    Last Post: 28th June 2010, 12:22

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts