The C programming language is over thirty years old and still going strong. It’s the main language used in many embedded systems projects, including the ones I work on. Below is a list of generic programming references.
Programming References:
- The C Programming Language, Second Edition
- comp.lang.c Frequently Asked Questions
- Compiler GCC Documentation
- GNU C Library
Coding Standards:
- Secure Coding Rules via Department of Homeland Security, useful for looking at particular C library functions
- CERT C Secure Coding Standard
- Motor Industry Software Reliability Association MISRA C
- Netrino Embedded C Coding Standard
- Google C++ Style Guide
My Related Posts:
