Name: Anonymous 2009-01-03 19:11
I was looking up info on implementing a FIFO queue in C and came across this code from a published book: http://www.cs.sunysb.edu/~skiena/392/programs/queue.c
Isn't this thing going to fail after you've queued QUEUESIZE times, regardless of dequeuing?
Isn't this thing going to fail after you've queued QUEUESIZE times, regardless of dequeuing?