Inhaltsverzeichnis
C Reference & Standards
Quick Reference
Recommended Reading
C Reference & Standards
The Standard
Where do I find the current C or C++ standard documents?
K&R C –
The C Programming Language
–
The C Programming Language
ANSI C (C89)
1)
– The
ANSI
C Standard
ANSI/ISO 9899:1990 (C90)
2)
ISO
/IEC 9899:1994-09 (C95)
ISO/IEC 9899:1999 (C99)
3)
4)
ISO/IEC 9899:2011 (C11)
5)
6)
1)
http://port70.net/~nsz/c/c89/
2)
http://www.pdf-archive.com/2014/10/02/ansi-iso-9899-1990-1/ansi-iso-9899-1990-1.pdf
3)
http://www.open-std.org/jtc1/sc22/wg14/www/standards.html
4)
http://port70.net/~nsz/c/c99/
5)
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf
6)
http://port70.net/~nsz/c/c11/
Quick Reference
https://en.cppreference.com/w/c
– C reference
C Reference Card (ANSI)
CodingUnit Programming Tutorials: C Language Reference
Recommended Reading
The New C Standard (C90 and C++)
– An Economic and Cultural Commentary
Tech Talk About C99
– Comeau C99
FAQ
The New ISO Standard for C (C9X)