LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Help on FIFO in C (https://www.linuxquestions.org/questions/programming-9/help-on-fifo-in-c-884047/)

PinoyAko 06-01-2011 08:58 PM

Help on FIFO in C
 
Ive been searching the net for a sample code on this but I can't find just what I need. Basically what I am trying to do is to create a buffer where in I can store some data. I just need a FIFO class wherein I can pop and push the data and check if the buffer is full.

Can someone point me to the right way.

Oh yeah I almost forgot I am coding in C.

Thanks

MTK358 06-02-2011 09:28 AM

This might help get you started:

http://en.wikipedia.org/wiki/Dynamic_array

PinoyAko 06-03-2011 11:09 PM

Thank you


All times are GMT -5. The time now is 11:48 AM.