CSC 160 - Chapter 3 Quick Reference

Chapter 3 "Expressions and Interactivity"

General Terms

input buffer expression precedence associativity
type coercion promote/demote overflow/underflow typecast operator

C++ Syntax/Constructs

cin pow() const string
#define getline
>> stream extraction operator +=, -=, *=, /=, %= compound operators

Concepts

Important concepts covered include:


Disclaimer: The goal of this "cheat sheet" is to review the more important concepts in the chapter. The exclusion of any material in the chapter from this "cheat sheet" does not mean that you are not responsible for that material.