Chapter 5. Loops and Relational Expressions
In this chapter you’ll learn about the following:
• The increment and decrement operators: ++
and --
• Combination assignment operators
• Compound statements (blocks)
• Relational operators: >
, >=
, ==
, <=
, <
, and !=
• The typedef
facility
• The get()
character input method
Computers do more than store data. They analyze, consolidate, rearrange, extract, modify, extrapolate, synthesize, and otherwise manipulate data. Sometimes they even distort and trash data, but we’ll try to steer clear of that kind of behavior. To perform their ...
Get C++ Primer Plus, Fifth Edition now with the O’Reilly learning platform.
O’Reilly members experience live online training, plus books, videos, and digital content from nearly 200 publishers.