This assignment is worth 20 points.
If you need a copy of DListT.cpp a semi-working version is provided.
out_of_range
exception.
The text should be "DListT::Delete: Attempt to delete from an empty list."
Remove printing the error from your class code. Your list class should not print ANY messages when you are finished.
Your exception should be derived from the logic_error
class and should be called invalid_current.
The text of the error should be "DListT::Data: Invalid data access attempt."
Remove printing the error from your class code. Your list class should not print ANY messages when you are finished.
InsertAfter