CS 214: Programming Languages
Spring 2009
Home
|
Syllabus
|
Schedule
GitHub repo
Lecture Notes for February 11
Read for Today
Sections 3.1 and 3.2.
Topics to Cover Today
Lifetime and Storage Management
Heap allocation (
malloc()
and
free()
)
Quadtree matrices