Hello,

Does anyone have an algorithm or know a function that can sort a std::string for me?

Say i have:

string one = "test";

sorting it alfabetically would result in > "estt"

Thanks,

Neil.