Namespaces
Variants
Views
Actions

Difference between revisions of "c/links"

From cppreference.com
< c
m (Online C language reference added)
(Undo revision 87872 by ThiyagarajanS1 (talk) no, that's just a beginner tutorial)
Line 2: Line 2:
 
===C FAQs===
 
===C FAQs===
 
*[http://c-faq.com/ C FAQ] - Answers to the frequently asked questions from the Usenet newsgroup comp.lang.c
 
*[http://c-faq.com/ C FAQ] - Answers to the frequently asked questions from the Usenet newsgroup comp.lang.c
* [http://fresh2refresh.com/c-programming/c-language-history/ C language] - This website explains all C language topics.
 
  
 
===C Language and library references===
 
===C Language and library references===

Revision as of 04:32, 10 October 2016

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

C ABIs

Related standards

  • POSIX.1-2008 - The operating system API of the Unix-compatible systems

Might be also useful

See also

C++ documentation for External Links