C-Tools Second Lecture: 19th May 2021
d.white@imperial.ac.ukHere are the materials for the second C Programming Tools lectures, released today (Wed 19th May 2021). It covers the following topics:
- Debugging programs that crash.
- Fixing memory leaks.
- Profiling-led Optimization.
- Automatic Testing.
- Test Driven Development.
Here are the lecture materials (slides and associated examples - of which there are many):
- Here are the full size lecture notes (PDF), ie. with one slide per page.
- Here are the 4-up lecture notes (PDF), ie. with 4 slides per page.
- And here's the C Tools lecture 2 tarball, as a gzipped tar file:
- Download this into your home directory,
- Then extract the contents via:
tar xzf c-tools-lecture2.tgz
- This creates a directory called
c-tools-lecture2
- Explore the
c-tools-lecture2
directory, I suggest you start with the top level README and Makefile.- Here are the 3 videos in Panopto:
d.white@imperial.ac.uk
Updated: May 2021Back to the First C Tools Lecture Page. Back to my C Tools Lectures Pages. ![]()
![]()