User profile: forre65413

User info
User name:forre65413
Location:Kansas City
History
Joined:
Number of posts:6
Latest posts:

Quicksort with strings and integers
Figured it out. Sort by street name first, then another sort function that will compare numbers if ...

Quicksort with strings and integers
for example the list 123 Jones 376 Adams 475 Jones 321 Adams would sort to 321 Adam...

Quicksort with strings and integers
I need to use quicksort to sort data by street name first then house number for my C++ course. I un...

Inputting file for first time for dynamic array
Because I make stupid mistakes like that. It works now, thanks!

Inputting file for first time for dynamic array
It hangs, like an infinite loop, not hangs up