Hacker News new | past | comments | ask | show | jobs | submit login

Try this:

http://www.eskimo.com/~scs/cclass/cclass.html

Once you can stand on your C legs, you should read the C-FAQ, here:

http://www.c-faq.com/

and get a copy of the C99 standard. It's supposed to be here:

http://www.dkuug.dk/JTC1/SC22/WG14/

but the site was unavailble when I tried to check it before writing this comment.

Various C-related stuff that is good to read:

http://www.lysator.liu.se/c/duffs-device.html

http://www.lysator.liu.se/c/ten-commandments.html

http://www.lysator.liu.se/c/pikestyle.html

Take this with a pinch of salt:

http://www.seebs.net/faqs/c-iaq.html




K&R, the definitive reference and Expert C Programming:Deep C Secrets by Peter van der Linden

Because the best way to understand a language (and its ups and downs) is from someone who understands that language's compiler.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: