Embed presentation
Download as PDF, PPTX








This document discusses strings and classes in C++. It explains that classes allow programmers to create new types of variables, similar to how functions allow creating new operations. Strings are an example of a built-in class in C++. The document outlines various functions that can be used to manipulate strings, such as length(), size(), concatenation (+) and getline() to read a whole string including whitespace. It also explains using "dot" functions to call methods on a specific string object.






