From the course: Secure Coding in C (2019)
Using the exercise files - C Tutorial
From the course: Secure Coding in C (2019)
Using the exercise files
- [Instructor] To obtain the exercise files used in this course, download the archive from the course's webpage and expand it on your computer. Exercise files are organized by chapter and then by movie. Source code files referenced in a specific movie are found in the related folder along with any other necessary files. Each exercise file is referenced as it's introduced in the movies. Follow along with me as I review each file and feel free to modify the files on your own to further your study of secure C programming. Be aware that some exercise files may avoid an aspect of secure programming discussed elsewhere in the course, primarily to better illustrate a specific example. Still other files may show a deliberate way not to do something, not every exercise file needs to be compiled. When viewing this course on a mobile device or HDTV, follow along with the movies as the topics are presented. This course assumes you know about C programming, so it's possible to learn by observing the examples, though eventually getting ahold of the files on a computer is a good idea. The exercise files serve to save time and illustrate the unsafe and safe ways to code in C.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.