Description: Modify the circular queue template, the length of the member data to rear queue length, and complete the member function changes.
Increase the member data tag, the original members of the same data, change the team empty and full team to determine the conditions: front rear && tag 0 said the team empty front rear && tag 1 said the team full, and complete the member function .
To Search:
File list (Check if you may need any files):
验证性实验3\Assistance.h
...........\DblLinkList.h
...........\DblNode.h
...........\TestDblLinkList.cpp
验证性实验3