C++20 sections · 1024 units
Open in Course

Section Recap

What we learned

You now manipulate strings in C++.

1.1. string class handles text of any length

2.2. Access characters with [] or at()

3.3. Use length(), substr(), find() for common operations

4.4. Compare strings with == and < Good job. You can now work with text data. Next, you will learn functions to organize and reuse code.