Meeting 28 - Pointers
Thursday, December 5, 2024
\(\newcommand{\TirName}[1]{\text{#1}}
\newcommand{\inferrule}[3][]{
\let\and\qquad
\begin{array}{@{}l@{}}
\TirName{#1}
\\
\displaystyle
\frac{#2}{#3}
\end{array}
}
\newcommand{\infer}[3][]{\inferrule[#1]{#2}{#3}}
\)
Meeting 28 - Pointers
![]()
What questions does your neighbor have?
Announcements
- Remainder of the Semester
- HW 5
and Lab 5 before Thanksgiving break
Unit 6 (probably one combined assignment) Lab 5 with bonus points
- Exam 5
-6 in the last week of classes before the Final
- Extra credit opportunity with final-exam prep
- Come see us to make a study plan
- e.g., via the redo policy
- see the Final Exam as an opportunity to show growth from mid-semester exams.
Today
- Type Checking Assignment Expressions (via Lab 5)
- Pointers and References (via Lab 5)
- Triage Your Questions
Questions?
- Review:
- What are parameter passing modes?