My project is to create a program that reads two different files named hw1_1 and hw1_2 and the files contain random numbers. The one contains 30 random and the other 20 random numbers. I have all the numbers being wrote into the file using "ifstream" and "ofstream" functions.The object is to read those two files and then write them into a file called output. The numbers have to be sorted in ascending order. The thing that i dont understand is how to sort the c-string in the output file using selection sort. I know how to use selection sort but how do you convert it into an array to be able to sort. Anyone have any suggestions well appreciated thanks.