Unit 3 - Memory
Pointers. Segmentation Faults. Dynamic Memory Allocation. Stack. Heap. Buffer Overflow. File I/O. Images.
Lecture
Resources
Shorts
Practice, Problems & EC
- Practice Problems:
- Problem Set:
- Extra Credit:
- Volume
- In addition to this EC problem, if you complete some or all of the practice problems above, I will give a little extra extra credit 😊
- All practice problems should be submitted if that is an option, or a screenshot placed in the Unit3 EC assignment in Teams, labeled as to which problem it is; I will post the Teams assignment for this EC the week of Thanksgiving
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!