I recently got into C++ through my school. I was bored the other day and decided to make a simple Mad Libs program. I have one question though... How do I assign a variable to hold an entire word? Obviously in a Mad Libs program, the user inputs words and those words are plugged into a story for comical results.

And obviously declaring variables through char doesn't work because it only returns a single letter.

Any ideas?