C++ Program related question cpp file also attached

Q1. Given the partial implemenatation of Linked List, you are required to add the following functionality in the code

Delete the whole list e.g. myList.deleteAll( );
Implement Linked Stack for Character data type and show how it reverses your Name.

Q2. Show in diagramatic representation (draw by hand, take picture and paste in word) how the last node of a circular doubly linked list will be deleted, show your steps in the diagram to achieve the required task.