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 @   zephyr~  阅读(34)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· AI与.NET技术实操系列(六):基于图像分类模型对图像进行分类
点击右上角即可分享
微信分享提示