Need help alphabetizing my string vector!!

Hi, I am taking my first C++ class and am doing my 2nd project. Right now I am stuck because I need to alphabetize my vector of type string. I have 10 vectors, each of them contain from as few as 1 word to 100s of words. We have not learned aanything about alphabetizing and I am puzzled about how I can go on and alphabetize these vectors! The only answers I could find online where way above my level. Thank you and any help is appreciated. :)
With alphabetize, you mean sort the words in the vectors in alphabetical order?
Topic archived. No new replies allowed.