text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

example356.cpp

Go to the documentation of this file.
00001 
00015 #include "QueueP.h"
00016 
00017 int main()
00018 {
00019    Queue aQueue;
00020 
00021    aQueue.enqueue(15);
00022 
00023    return 0;
00024 } // end main

Generated on Sun Aug 27 17:20:19 2006 for AWLogo by  doxygen 1.4.6