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

