Saturday, May 22, 2010

Basically,what is string sorting?Can I get a C++ program to sort a string?

On what basis is the srting sorted out?In alphabetical order?

Basically,what is string sorting?Can I get a C++ program to sort a string?
I'm pretty sure you have to write a program to sort a string yourself. are you trying to make some letters in alphabetical order or what? all i can think of right now is using something like a bubble sort to compare the different parts(letters, words, whatever) of the string to each other... sorry for the bad answer! hope you figure everything out =3


No comments:

Post a Comment