Introduction - If you have any usage issues, please Google them yourself
The basic code of the queue, for example into the team, the team, the first team to take this code with a list of ways using FIFO (first in first out), the new element (queue waiting to enter the elements) is always inserted into the end of the list and the time to read always read the head of the list. Read one element, a release element. The so-called dynamic creation, dynamic release. Thus there was no overflow problems. Since the list is made indirectly by the structure, but also easy to traverse.