cp /cs/cs2005/hw/hw5/* .
Your hw5 directory should now contain these files: pqueue2.h,
pqueue2.cxx, pqtest.cxx.
pqueue2.h (you'll be using this file unchanged),
pqueue2.cxx (you'll be modifying this file in step 4, below),
pqtest.cxx (you will use this client file as it is, unchanged).
pqueue2.cxx so that it contains stubs for all of the priority_queue member functions.
Do not attempt to fully implement any of the member functions yet, just
write them as stubs.
Using your makefile, compile and build your
program.
Do not proceed beyond this point until you get a program that compiles and
builds with no errors.
pqueue2.cxx with
functional code. I suggest you implement the functions in this order:
/cs/bin/turnin submit cs2005 hw5 pqueue2.h pqueue2.cxx makefile