C programming notes

From Wiki at Neela Nurseries
Revision as of 23:37, 3 May 2021 by Ted (talk | contribs)
Jump to: navigation, search


Really good interesting article by Simon Tatham on co-routines and a couple ways of implementing them in C language; accessible good style of writing:



Quote from the article:

    "Any coding standard which insists on syntactic clarity at the expense of algorithmic clarity should be rewritten."  - Simon Tatham


Floating point convert and notes on-line, Javascript converter:


^ C Pointers and dereference syntax

This section the beginning of references, links and personal notes on some of the most difficult and important C language constructs, often used in schedulers and RTOS implementations:


^ References