Self-Referential Classes (Linked List)So if I delete in the middle, how do I reconnect the nodes? How to delete the last node?
Self-Referential Classes (Linked List)Ok thanks. I've done the traversing the linked list. Now I have to delete a single node. How do I...
Self-Referential Classes (Linked List)Sorry. This time the code is working right. I copied and paste from Visual Studio 2008 but the inden...
Self-Referential Classes (Linked List)#include <iostream> using namespace std; #include <string> class Node { public: Node(int ...
Self-Referential Classes (Linked List)Well... I've done something like this. #include <iostream> using namespace std; #include <str...
This user does not accept Private Messages