I need to use quicksort to sort data by street name first then house number for my C++ course. I understand how to use quicksort and also how to sort strings, but how do I sort by string first then by integer second, assuming there are multiple house numbers on one street. Help!