Im trying to make a program in c++ that will take some files, grab each word individualy, get rid of any doubles, sort the words from a-z and write each word to the console. I have no idea how to go about doing this. Would linked list's do this? Im asking because i would have to learn them, and i dont want to learn them yet if there not gonna help.