From the course: Secure Coding in C

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - C Tutorial

From the course: Secure Coding in C

Start my 1-month free trial

Next steps

- [Dan] Thank you for watching this course. Security and safe coding should be on the mind of every programmer, even more so for the C language. To further your education I recommend that you review the man page or other documentation for all the functions you use in your code. Check return values to verify a functions success according to the API. Confirm and scan input. And manage your buffers, arrays, and allocated memory to avoid overflows and keep data secure. For further study of the C language check out some of my C programming books including these self published titles. I'm working on new material all the time. My website, c-for-dummies.com, offers weekly C language programming lessons as well as monthly challenges and exercises, many of which are geared toward secure programming. You could also check out my profile on LinkedIn, Dan Gookin Mad Genius. Many other courses are available at this site to continue…

Contents