Click here to Skip to main content
15,896,541 members

Comments by Sugar Richard (Top 2 by date)

Sugar Richard 12-Apr-15 6:46am View    
This definitely needs a rewrite for all of the reasons already given, but from a purely functional standpoint, it's almost correct.

The immediate fix is in member function List<T>::find_person local variable first is uninitialized. Should be first = this->Head.
Sugar Richard 11-Apr-15 23:24pm View    
Nice job. I just realized how overcomplicated my answer is. :) I think it can be simplified even more.