Work with the Text
Use string for input/output and string manipulation.
We'll cover the following...
We'll cover the following...
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 ...