For a class assignment we were given multiple files and told to make a menu and create 3 functions. One show all student data from text file, one just shows the first and last name and the other to sort by student name. Instructions were as follows: simplest type of sort to implement may involve creating a new blank array on the heap, finding the earliest name left in the primary array, and repeating until the temporary array is full. I think I have the first two correct but could use help on the sort. I'm relatively inexperienced with c++ but this is what I have.