hey there i have a question for you guys.
my program reads a file and then save each line of the file into a multimap<string,int> containing the string and the number line.
i have the convert strings in alphabetical order, like take into aetk, and thats where the problem begins because i cant do that with multimaps,, only with char arrays.
take --> aekt
kate --> aekt
im using multimap because the program has to save pretty fast the words from the file.
thanx :)