Sunday, August 22, 2010

Can somebody explain how to make a copy constructor for a doubly linked list?

I want to implement the polynomial class using doubly linked list in C++ but i'm having problem with copy constructor

Can somebody explain how to make a copy constructor for a doubly linked list?
I wouldn't even bother unless it's absolutely necessary. Too many things that can go wrong...I would just supply a "copy" command.


No comments:

Post a Comment