CIS 3142 Advice — Chapter 8

CISC 3142
Programming Paradigms in C++
Part II: Basic Facilities
Chapter 8 — Structures, Unions, and Enumerations

Reading from the Text

Chapter 8 — Structures, Unions, and Enumerations

Overview

This chapter deals with the low-level user-defined data types in the language — all (with the exception of enum classes) derived from C. We will only mention structures, and even that only briefly.

Topics

Structures

Structures and Classes

Advice

Code Used in this Lecture