====== C Reference & Standards ====== * [[http://www.iso-9899.info/wiki/The_Standard|The Standard]] [[http://stackoverflow.com/questions/81656/where-do-i-find-the-current-c-or-c-standard-documents|Where do I find the current C or C++ standard documents?]] * K&R C -- [[wp>The C Programming Language]] :US: :GB: -- [[wpde>The C Programming Language]] :DE: * {{http://port70.net/~nsz/c/c89/c89-draft.txt|ANSI C (C89)}}[(http://port70.net/~nsz/c/c89/)] -- The ANSI C Standard * {{http://www.pdf-archive.com/2014/10/02/ansi-iso-9899-1990-1/ansi-iso-9899-1990-1.pdf|ANSI/ISO 9899:1990 (C90)}}[(http://www.pdf-archive.com/2014/10/02/ansi-iso-9899-1990-1/ansi-iso-9899-1990-1.pdf)] * ISO/IEC 9899:1994-09 (C95) * {{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf|ISO/IEC 9899:1999 (C99)}}[(http://www.open-std.org/jtc1/sc22/wg14/www/standards.html)][(http://port70.net/~nsz/c/c99/)] * {{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf|ISO/IEC 9899:2011 (C11)}}[(http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf)][(http://port70.net/~nsz/c/c11/)] ~~REFNOTES~~ ===== Quick Reference ===== * https://en.cppreference.com/w/c -- C reference * {{http://users.ece.utexas.edu/~adnan/c-refcard.pdf|C Reference Card (ANSI)}} * [[https://www.codingunit.com/category/c-language-reference|CodingUnit Programming Tutorials: C Language Reference]] ===== Recommended Reading ===== * {{http://www.coding-guidelines.com/cbook/c90c++.pdf|The New C Standard (C90 and C++)}} -- An Economic and Cultural Commentary * [[http://www.comeaucomputing.com/techtalk/c99/|Tech Talk About C99]] -- Comeau C99 FAQ * [[http://home.datacomm.ch/t_wolf/tw/c/c9x_changes.html|The New ISO Standard for C (C9X)]]