i am reading several character strings (names) from a data file and need to know how would i put strings in an alphabetical order in my program.
thanks
This is a discussion on alphabetizing? within the C Programming forums, part of the General Programming Boards category; i am reading several character strings (names) from a data file and need to know how would i put strings ...
i am reading several character strings (names) from a data file and need to know how would i put strings in an alphabetical order in my program.
thanks
Use a sort
Sorting has been discussed many times on the board - use the search button to find them