This is homework
I\'m working on implementing a linked list class for my C++ class, and the copy constructor has be very confusing for me.
T
You forgot the line return; after
return;
if( v.head == 0 ) head = 0;
You need to get out, right?