Computer Science 433
Programming Languages
Fall 2014, The College of Saint Rose
Lecture 18: Data Type Wrapup Wrapup (Almost)
Date: Monday, November 3, 2014
Agenda
- Announcements
- Guest presentation by Steve Black of the Neil Hellman Library
- Lecture 17 assignment recap
- Still more on data types
- Program/Problem Set 8: Datatypes, Expressions and Assignments [HTML] [PDF] out
No New Lecture Assignment
Get your language project proposals in and start looking at the new
program/problem set.
Terminology
- free unions/discriminated unions
- pointer
- reference
- indirect addressing
- assignment
- dereferencing
- pointer arithmetic
- dangling reference
- memory leak
- lost heap-dynamic variables/garbage
Examples