i am working on a small confidential project for my office. you can provide theoretical answers if necessary.

how do i implement queue data structure in:
1. ArrayQueue.h/ArrayQueue.cpp : using an array
2. LListQueue.h/LListQueue.cpp : using a linked list

any help is appreciated, thanks in advance.