Linked List copy constructor PROGRAM CRASHINGThis is my current copy constructor. It copies the nodes and the program displays them but the progr...
Linked List copy constructor PROGRAM CRASHINGI changed it to this and the program is not crashing anymore but it is still not giving me the corre...
Linked List copy constructor PROGRAM CRASHING@ne555 I changed it to this and still have the same problem [code] LinkedList::LinkedList(const Li...
Linked List copy constructor PROGRAM CRASHING@MikeyBoy I don't see how they could be null if I initialized both of them. My code in main.cpp: [...
Linked List copy constructor PROGRAM CRASHINGI took the const out and have the same problem.