I have created a class.
A Linked List holds pointers to those classes.
I'd like to sort the entire linked list in alphabetical order based on one of the character arrays in each class.
...I know <list> has a sort method but I believe that I need to Overload an operator for my class (operator >) I think.
Could someone explain this please, I couldn't find anything that wasn't so broad on the net regarding to this topic.



LinkBack URL
About LinkBacks




