I have run into a funny problem that has me baffled. I've been throwing together a LinkedList implementation. Not really having any experience with deconstructo...
I don't think the cin.eof() is working correctly in my program. I have it in my while loop, which goes through a switch-case structure. Basically, when the user...