Greetings friends:
I have the following question:
It looks like to use the "listcont.sort()" function of the list container I will obviously need to overload comparison operators.
it uses the "<" operator. Will I need to overload any other operators for this to compile and run successfully? I am planning on sorting by last_name.
Thanks,
Danni