Description: Fixed capacity queue,when it is not full,push and pop data as usual,when it is full,it still can input data from tail,but the oldest data be push out of the queue.
To Search:
File list (Check if you may need any files):
FCQ
...\FCQ.CPP
...\FCQ.H
...\main.cpp