Unit 3 - Memory
Pointers. Segmentation Faults. Dynamic Memory Allocation. Stack. Heap. Buffer Overflow. File I/O. Images.
Lecture
Resources
Shorts
Advice
- Try out David’s programs from class via Unit 3’s examples
- If you see any errors when compiling your code with
make
, focus first on fixing the very first error you see, scrolling up as needed. If unsure what it means, try askinghelp50
for help. For instance, if trying to compilefilter
, and
make filter
is yielding errors, try running
help50 make filter
instead!