Difference between revisions of "C programming notes"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
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:
 
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:
 +
  
 
*  https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
 
*  https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html
 +
 +
 +
Quote from the article:
  
 
<ul>
 
<ul>

Revision as of 17:13, 7 June 2018


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."