Lesson 4. Managing Arrays and Strings
In previous lessons, you declared variables used to contain a single int
, char
, or string
to mention a few instances. However, you may want to declare a collection of objects, such as 20 int
s or a string of characters to hold a name.
In this lesson, you learn
What arrays are and how to declare and use them
What strings are and how to use character arrays to make them
A brief introduction to std::string
What ...
Get Sams Teach Yourself C++ in One Hour a Day, Eighth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.