C语言资料

C语言历史

  1. In 1978, Brian Kernighan and Dennis Ritchie published the first edition of The C Programming Language,often called the white book or K&R [Kernighan 78].
  2. in 1980s, the language was officially standardized by the ANSI, often called ANSI C.
  3. In 1990, the ANSI C standard (with formatting changes) was adopted by the ISO.

C标准

C语言的虽然标准是有国际标准化组织制定的,但是具体编译器的实现和标准制定还是有所不同的,这个关系就像HTML5标准的制定者W3C和各个浏览器内核的厂商之间的关系。IE里面的有些标签在Chrome里就不能用,实现不同。

GCC的官方标准参考手册

https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html

标准文档地址

https://en.cppreference.com/w/c

学习资料

posted @ 2022-06-16 14:45  zephyr~  阅读(17)  评论(0编辑  收藏  举报