Previous Lecture | lect07 Before Slides | lect07 Annotated Slides | Next Lecture |
Topics
- Review of pointers, arrays
- Passing parameters by value and address
- Passing arrays to functions
- Dynamic memory allocation and dynamic arrays
- Memory leaks and dangling pointers
- Tools for detecting memory leaks and finding the source of segfaults: valgrind and gdb