摘要: Epigrams on Programming 转载自这里 Alan J. Perlis Yale University This text has been published in SIGPLAN Notices Vol. 17, No. 9, September 1982, pages 7 - 阅读全文
posted @ 2024-11-20 16:10 hk416hasu 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 为什么“C语言具有可移植性”? "Any problem in computer science can be solved with another layer of indirection" C语言的设计特性使然,例如其I/O不依赖于特定平台,而是依赖于stdio.h,而库在不同平台上可以有不同 阅读全文
posted @ 2024-11-20 16:03 hk416hasu 阅读(5) 评论(0) 推荐(0) 编辑