Hacker News new | ask | show | jobs
by mmastrac 5609 days ago
K&R doesn't cover c99, which makes C far less annoying to write in, IMHO.

Unfortunately I don't have a good, comprehensive reference for c99 to offer up myself.

2 comments

The C99 standard itself and corresponding Wikipedia pages are quite useful. The gcc manual is also a handy reference for determining whether a particular gcc feature is standard compliant.

http://www.google.com/search?&q=filetype%3Apdf+iso+9899

http://en.wikipedia.org/wiki/C99

Funny that only 2 commercial compilers are fully supporting C99 standard: IBM Rational logiscope >= 6.4 and Sun Studio.