How to make a simple linked list, with words, not numbers.
I need to make linked list with 6 words, i don't know how to make linked words list.
I know how to make with numbers, but don't know how to make words list.
Thank you
Use list<string> instead of list<int>.