User profile: bigzigzag

User info
User name:bigzigzag
Location:New Jersey
History
Joined:
Number of posts:20
Latest posts:

Linked List copy constructor PROGRAM CRASHING
This is my current copy constructor. It copies the nodes and the program displays them but the progr...

Linked List copy constructor PROGRAM CRASHING
I 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 CRASHING
I took the const out and have the same problem.