Tagged Questions
3
votes
9answers
2k views
Is there an easy way to sort an array of char*'s ? C++
I've got an array of char*'s in a file.
The co. I work for stores data in flat files.. Sometimes the data is sorted, but sometimes it's not.
I'd like to sort the data in the files.
Now I could ...