Quote Originally Posted by andrey_zh View Post
May be someone remembers this thread: http://www.codeguru.com/forum/showthread.php?t=472965
I'm still fighting with my Singly-linked list. It's implemented via a class template.
And the question on that thread still applies --

Why not just look at how a professionally built doubly-linked list works (in other words, std::list). Then apply that to developing a singly linked list. What makes your "approach" better than one that is proven to work?

Regards,

Paul McKenzie