Difference between revisions of "C programming notes"
Jump to navigation
Jump to search
m |
m |
||
| Line 18: | Line 18: | ||
* https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html | * https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html | ||
--> | --> | ||
| + | |||
| + | |||
| + | Floating point convert and notes on-line, Javascript converter: | ||
| + | |||
| + | <ul> | ||
| + | * https://www.h-schmidt.net/FloatConverter/IEEE754.html | ||
| + | </ul> | ||
Revision as of 19:49, 29 January 2019
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:
References