Get started with C
A collection of web resources go get started with C language.
C was designed by Dennis R. it publicly appeared in 1972.
Having previous knowlege on coding, here there are listed few resources for conceptual code
architecture, best practices and design patterns well suited for the C language.
Code Tutorial
Coding Standards
- https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard
- http://www.open-std.org/jtc1/sc22/wg14/www/standards
Misra
MISRA-C (Motor Industry Software Reliability Association coding standards for C systems)
The following document was created by the Jet Propulsion Lab in California (High Order standards)
Object Oriented C
- Object Oriented C
Free e-book with detailed explaining of the Object Oriented paradigm applied to C coding. - Classes in C
Short guide with examples on classes with C. - OO Example
Simple SO post with Object Oriented approach.