Alright let's say my program takes in input and puts it into an output.bin file. How would I take the contents of that file and alphabetically sort and display the information? I would like to create a function specifically to do this.
I can't get my program to display anything it just freezes and shuts down.