Elgin Community College
CIS 223, Computer Science 2Instructor: Mark Pelczarski
Scalar Types, References and Pointers, Arrays
Dynamic Memory Allocation
Problem Solving with C++ (Savitch)
Review: Sections 2.3 (data types), 4.2 (reference variables),
and Chapter 10 (arrays)
New: Sections 12.1-12.2 (pointers and memory allocation).
Basic data types: short int, long int, char, unsigned/signed, float, double, long double, bool
reference variables and pointers
arrays, strings, structs