CIS 3142 Advice — Chapter 10

CISC 3142
Programming Paradigms in C++
Part II: Basic Facilities
Chapter 10 — Expressions

Reading from the Text

Chapter 10 — Expressions

Overview

This is an overview of the basic expressions and operators of the language. It is presented in the context of a calculator app, which, while informative, will not be covered.

Topics

Implicit Type Conversion

Promotion
Conversions

Advice

Code Used in this Lecture