当前位置:网站首页>C Expert Programming Chapter 1 C: Through the Fog of Time and Space 1.5 ANSI C Today
C Expert Programming Chapter 1 C: Through the Fog of Time and Space 1.5 ANSI C Today
2022-08-01 21:09:00 【weixin_Guest time】
/*Mirosoft made a C compiler for IBM chips and introduced several new keywords (far, near, etc.) to help
*Pointers handle the irregular architecture of Intel80*86 chips
*/
/*For that matter, anyone learning or using C should use ANSI C, not K&R C
*/
/*When: 1989.12
*Who: International Organization for Standardization (ISO)
*Event: The ANSI standard was adopted (unpleasantly, it removed the very useful 'Rationale' section)
*/
/*The official name of the C language standard is ISO/IEC 9899:1990.
*The C language standard
*The Annotated ANSI C Standard by Herbert Schildt
*ANSI C alsoIs a European standard (CEN 29899) and X/Open standard
*ANSI C was adopted as Federal Information Processing Standard (Federal Information Processing Standard), named FIPS160.
*/
Good Books:
The Annotated ANSI C Standard
The C Programming Language
Dennis Ritchie The C Reference Manual
Appendix A of The C Programming Language
边栏推荐
- C语言_typedef和结构体
- JS hoisting: how to break the chain of Promise calls
- Realize the superposition display analysis of DWG drawing with CAD in Cesium
- ISC2022 HackingClub白帽峰会倒计时1天!最全议程正式公布!元宇宙集结,精彩绝伦!
- C专家编程 第1章 C:穿越时空的迷雾 1.5 今日之ANSI C
- 和我一起写一个音乐播放器,听一首最伟大的作品
- 【Kaggle】Classify Leaves
- C专家编程 第1章 C:穿越时空的迷雾 1.1 C语言的史前阶段
- 宝塔搭建PESCMS-Ticket开源客服工单系统源码实测
- Telnet弱口令渗透测试
猜你喜欢
LeetCode
包含吲哚菁绿的多聚体白蛋白纳米球/载马钱子碱纳米粒的牛血清白蛋白微球的制备
Based on FPGA in any number of bytes (single-byte or multibyte) serial port (UART) to send (including source engineering)
Graph adjacency matrix storage
Questions I don't know in database kernel interview(1)
C语言之字符串函数二
【中文树库标记---CTB】
R语言进行相关的操作
Hiking, cured my mental internal friction
How to choose Visibility, Display, and Opacity when interacting or animating
随机推荐
system collection
R语言进行相关的操作
C陷阱与缺陷 第7章 可移植性缺陷 7.9 大小写转换
C Expert Programming Preface
R语言 pca主成分分析的主要方法
How to encapsulate the cookie/localStorage sessionStorage hook?
Pytorch框架学习记录9——非线性激活
【中文树库标记---CTB】
技能大赛训练:A部分加固题目
LeetCode·每日一题·1374.生成每种字符都是奇数个的字符串·模拟
有点奇怪!访问目的网址,主机能容器却不行
Nacos 配置中心
附录A printf、varargs与stdarg A.1 printf函数族
相亲模型与有限状态机
C专家编程 序
线上一次JVM FullGC搞得整晚都没睡,彻底崩溃~
磷酸化甘露糖苷修饰白蛋白纳米粒/卵白蛋白-葡聚糖纳米凝胶的
在Cesium中实现与CAD的DWG图叠加显示分析
LeetCode每日一题(1807. Evaluate the Bracket Pairs of a String)
C陷阱与缺陷 第7章 可移植性缺陷 7.11 可移植性问题的一个例子