C (programming language)/External Links: Difference between revisions
Jump to navigation
Jump to search
imported>Robert W King No edit summary |
imported>Chris Day |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
== | ==Syntax reference== | ||
[http://harbormist.com/quickrefs/quickRefC/ Dr. Dave's C Quick Reference] - summary of C syntax and keywords | [http://harbormist.com/quickrefs/quickRefC/ Dr. Dave's C Quick Reference] - summary of C syntax and keywords | ||
==History== | |||
* [http://cm.bell-labs.com/cm/cs/who/dmr/chist.html ''The Development of the C Language''] by [[Dennis Ritchie]] | |||
==FAQs== | |||
* [http://c-faq.com/ comp.lang.c Frequently Asked Questions] | |||
==C culture== | |||
* [http://www.ioccc.org/ The International Obfuscated C Code Contest] | |||
* [http://www.lysator.liu.se/c/ten-commandments.html The Ten Commandments for C Programmers (Annotated Edition)] |
Latest revision as of 01:55, 7 January 2009
- Please sort and annotate in a user-friendly manner and consider archiving the URLs behind the links you provide. See also related web sources.
Syntax reference
Dr. Dave's C Quick Reference - summary of C syntax and keywords