|
-
March 11th, 2008, 12:37 PM
#1
Circular Buffer
Could someone show me how to write a circular buffer in C.
Basically my program will have multiple threads and all have to use the same buffer, some threads write to it others read, and others modify.
The syncronization is not too hard, i just cant find a circular buffer example anywhere, to see how it works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|