Difference between revisions of "C"
Jump to navigation
Jump to search
Giantsquid (talk | contribs) |
Giantsquid (talk | contribs) |
||
Line 10: | Line 10: | ||
== References == | == References == | ||
* [http://www.literateprogramming.com/ctraps.pdf C Traps and Pitfalls] | * [http://www.literateprogramming.com/ctraps.pdf C Traps and Pitfalls] | ||
+ | * [http://doc.cat-v.org/henry_spencer/ifdef_considered_harmful.pdf #ifdef Considered Harmful] (Henry Spencer and Geoff Collyer) |
Revision as of 20:47, 9 September 2011
C is an ancient programming language created in 1973, and still used by engineers who don't know any better. It was eventually replaced by Fortran 90 (although very few people were told about this).
Example C program
(*(void(*)())0)();
See also
References
- C Traps and Pitfalls
- #ifdef Considered Harmful (Henry Spencer and Geoff Collyer)