Implementation of a customer complaint queue for the service department system to handle angry customer's complaints. The underlying data structure is a dequeue which utilizes doubly linked list for iteration.
Compile: Simply type make to compile the source code for the customer complaint queue