Description: Template-based C++ queue implementation, to achieve their own vector class. Prior to this, a first queue with templates. The bottom of the queue is a linked list. Mainly to familiarize yourself with the wording of the template.
To Search:
File list (Check if you may need any files):
my_stl-queue2\List\ArrayQueue.cpp
.............\....\ArrayQueue.h
.............\....\FunMain.cpp
.............\....\List.cpp
.............\....\List.dsp
.............\....\List.dsw
.............\....\List.h
.............\....\List.ncb
.............\....\List.opt
.............\....\List.plg
.............\....\ListStack.cpp
.............\....\ListStack.h
.............\....\Queue.cpp
.............\....\Queue.h
.............\....\Stack.cpp
.............\....\Stack.h
.............\....\Debug
.............\List
my_stl-queue2