2
Objects, Types, and Values
Fortune favors the prepared mind.
– Louis Pasteur
This chapter introduces the basics of storing and using data in a program. To do so, we first concentrate on reading in data from the keyboard. After establishing the fundamental notions of objects, types, values, and variables, we introduce several operators and give many examples of use of variables of types char, int, double, and string.
§2.5 Assignment and initialization
An example: detect repeated words; Composite assignment operators; An example: find repeated words
2.1 Input
The “Hello, World!” ...
Get Programming: Principles and Practice Using C++, 3rd 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.