The Development of the C Language (Dennis Ritchie)
plan9.bell-labs.com
The Development of the C Language (Dennis Ritchie)
1–3 of 3 posts
Re: The Development of the C Language (Dennis Ritchie)
#2[deleted]
Re: The Development of the C Language (Dennis Ritchie)
#3Was interesting reading the reasoning behind the funky & vs. == precedence rules. I.e. the requirement of parentheses when writing:
if ((a&mask) == b)