i am loosing data and feel like i need some little
good tutorial on how to implement an efficient circular buffer.
If i got a buffer of size k. how to add data to it
and at the same time read data out?. I hope this
make it real time like process so that data would
not get lost. any example,..??