...

/

Work with the Text

Work with the Text

Use string for input/output and string manipulation.

So far, we’ve worked with numbers—but C++ can handle text too. In this lesson, you’ll learn how to use string to store and manipulate sentences and words.

Goal

You’ll aim to:

  • Use string to hold text.

  • Combine strings with ...