Computer Science 433
Programming Languages
Fall 2014, The College of Saint Rose
Lecture 22: More Subprograms
Date: Monday, November 17, 2014
Agenda
- Announcements
- Language project progress reports due tonight
- Program/Problem Set 9: Control and Subprograms [HTML] [PDF] continues
- Discussion of schedule for final week and exam week
- Lecture 21 assignment recap
- More subprograms
No New Lecture Assignment
The readings for next class are Sebesta Chapter 10.
Terminology
- call by name
- overloaded subprogram
- function pointers
- callback function
- overloaded operators
Examples
- jensens
- overload
- pthreadhello
- cppgeneric
- javageneric
- opoverload
Links