Namespaces
Variants
Views
Actions

Difference between revisions of "c/links"

From cppreference.com
< c
m (new C2x draft)
(C Language and library references: TC's)
Line 5: Line 5:
 
===C Language and library references===
 
===C Language and library references===
 
*[http://www.open-std.org/jtc1/sc22/wg14/ JTC1/SC22/WG14] - the C Standards Committee, includes draft C language standards, proposals, and defect reports
 
*[http://www.open-std.org/jtc1/sc22/wg14/ JTC1/SC22/WG14] - the C Standards Committee, includes draft C language standards, proposals, and defect reports
**[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf n1124.pdf] - C99 first post-publication draft
+
**[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf n1124.pdf] - C99 draft (with TC1 and TC2)
 +
**[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf n1256.pdf] - C99 draft (with TC1, TC2, and TC3)
 
**[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf n1570.pdf] - C11 final working draft
 
**[http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf n1570.pdf] - C11 final working draft
 
**[https://web.archive.org/web/20181230041359if_/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf C17 FDIS] - C17 and C18 final draft
 
**[https://web.archive.org/web/20181230041359if_/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf C17 FDIS] - C17 and C18 final draft

Revision as of 06:22, 21 October 2019

Contents

C FAQs

  • C FAQ - Answers to the frequently asked questions from the Usenet newsgroup comp.lang.c

C Language and library references

  • JTC1/SC22/WG14 - the C Standards Committee, includes draft C language standards, proposals, and defect reports
  • comp.std.c - Discussion about C language standards.
  • GNU C Manual - C core language reference as implemented by the GNU C compiler.

C ABIs

Related standards

Open-source implementations

  • Standard library implementations
  • Compilers

Might be also useful

See also

C++ documentation for External Links