Namespaces
Variants
Views
Actions

Difference between revisions of "c/links"

From cppreference.com
< c
m (C Language and library references: More accurate description: there is a newer working draft which is not public.)
m (rv: N3220 should be correct)
 
(2 intermediate revisions by one user not shown)
Line 12: Line 12:
 
** {{stddoc|n1570|n1570.pdf}} - C11 final working draft.
 
** {{stddoc|n1570|n1570.pdf}} - C11 final working draft.
 
** [https://files.lhmouse.com/standards/ISO%20C%20N2176.pdf n2176 (C17 FDIS)] - C17/C18 final draft.
 
** [https://files.lhmouse.com/standards/ISO%20C%20N2176.pdf n2176 (C17 FDIS)] - C17/C18 final draft.
 +
** {{stddoc|n3220|n3220.pdf}} - C23 first post-publication draft (contains [https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3221.htm editorial fixes to C23] only).
 
** {{stddoc latest draft|{{lc:{{stdinfo latest draft docnum}}}}.pdf}} - {{stdinfo next version}} latest public working draft ({{stdinfo latest draft docdate}}).
 
** {{stddoc latest draft|{{lc:{{stdinfo latest draft docnum}}}}.pdf}} - {{stdinfo next version}} latest public working draft ({{stdinfo latest draft docdate}}).
 
* [https://groups.google.com/forum/m/?hl=en#!forum/comp.std.c comp.std.c] - Discussion about C language standards.
 
* [https://groups.google.com/forum/m/?hl=en#!forum/comp.std.c comp.std.c] - Discussion about C language standards.

Latest revision as of 03:35, 31 July 2024

Contents

[edit] C FAQs

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

[edit] C Language and library references

[edit] C ABIs

[edit] Related standards

[edit] Open-source implementations

  • Standard library implementations:
  • Compilers:

[edit] Might be also useful

[edit] See also

C++ documentation for External Links