当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
Protocol Buffer usage
C陷阱与缺陷 第7章 可移植性缺陷 7.8 随机数的大小
C Pitfalls and pitfalls Appendix B Interview with Koenig and Moo
【微信小程序】【AR】threejs-miniprogram 安装(76/100)
tiup mirror grant
响应式织梦模板清洁服务类网站
JSD-2204-Knife4j框架-处理响应结果-Day07
OSG Notes: Set DO_NOT_COMPUTE_NEAR_FAR to manually calculate far and near planes
磷酸化甘露糖苷修饰白蛋白纳米粒/卵白蛋白-葡聚糖纳米凝胶的
Pytorch框架学习记录10——线性层
sizeof的详细解说和与strlen的区别
(七)《数电》——CMOS与TTL门电路
测试开发人均年薪30w+?软件测试工程师如何进阶拿到高薪?
Realize the superposition display analysis of DWG drawing with CAD in Cesium
R语言 pca主成分分析的主要方法
那些关于DOM的常见Hook封装(二)
2022年秋招,软件测试开发最全面试攻略,吃透16个技术栈
Telnet弱口令渗透测试
Pytorch框架学习记录8——最大池化的使用
关于Request复用的那点破事儿。研究明白了,给你汇报一下。









