Connecting Tech Pros Worldwide Forums | Help | Site Map

can we impliment the circular buffer by array in C

Newbie
 
Join Date: Sep 2007
Posts: 1
#1: Sep 20 '07
Implement a circular buffer of size 32 using an array inC, can anybody tel the answer, this que. asked to my friends in an interview

sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#2: Sep 20 '07

re: can we impliment the circular buffer by array in C


The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

Then when you are ready post a new question in this thread.
ruskalym's Avatar
Member
 
Join Date: Sep 2007
Posts: 65
#3: Sep 20 '07

re: can we impliment the circular buffer by array in C


Hint: you should store buffer begin and end indices somewhere.
Reply