Posted Oct 14, 2011 16:44 UTC (Fri) by tjc (subscriber, #137)
In reply to: Dennis Ritchie RIP by BenHutchings
Parent article: Dennis Ritchie RIP
I recently had to change some code to compile with an older compiler, and the only C99 feature that I found hard to give up is the ability to declare variables anywhere in a block, instead of just at the top. It's easy to get used to that.