Description: This project will give you experience in applying dynamic memory management, implementing a template container class (the double‐ended, doubly‐linked list, or Dlist), and using the at-most‐once invariant and existence, ownership, and conservation rules to implement two simple applications using this structure.
You will first implement a templated double-ended, doubly-linked list, or Dlist. Then, you will use Dlist to build two applications: a reverse-Polish notation calculator and a call center simulation program.
To Search:
File list (Check if you may need any files):
test.cpp
sample.out
sample
Project-Six-Description.pdf
out5000.out
out5000
out2000.out
out2000
out1000.out
out1000
out1.out
myans
main.cpp
in5000
in2000
in1000
in20
dlist.h
dlist.cpp
call (澶嶄欢).cpp
call.cpp
calc.cpp