Computer Science 301
C Programming in Unix
Fall A 2021, Siena College
Meeting 7: Function Pointers and Callbacks; Wrapup
Date: Wednesday, October 20, 2021
Agenda
- Announcements
- about course evaluations
- Lab 6: A Priority Queue in C now due, will accept
through the end of the week without penalty, a video recap will
come out late Friday
- Quizzes back
- In class: Lab 7: Function Pointers and Callbacks
- we will complete the required parts now
- also opportunity for 10 bonus points, due Monday
- Take-home final exam out, due Monday afternoon (end of Fall A
half-semester)
- Thank you for taking the first-ever CSIS-301!
Terminology
- function pointers
- comparator function
- callback function