C Primer Plus 在线电子书 图书标签: C programming 程序设计 c 入门 编程 经典 教材
发表于2025-03-30
C Primer Plus 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
打倒谭浩强!!
评分2014年读的第一本书,英文第六版,开始爬坑!!! 在啃英文原版,读起来比谭浩强的C语言好太多了~
评分Basically C Language Ideas, It's the Specialist. Please reading it again and again.
评分2014年读的第一本书,英文第六版,开始爬坑!!! 在啃英文原版,读起来比谭浩强的C语言好太多了~
评分把C捡回来喽
普拉塔,在加利福尼亚州的Kentfield的Marin学院教授天文学、物理学和程序设计课程。他在加州工业学院获得学士学位,从加州大学伯克利分校获得博士学位。他最早接触计算机,始于对星河的计算机建模。Stephen已经编写或与他人合作编写了十多本书。其中包括C++Primer Plus和Unix Prinmer Plus。
The new classic! C Primer Plus, now in its 5th edition, has been revised to include over 20 new programming exercises, newly improved examples and the new ANSI/ISO standard, C99. Task-oriented examples will teach you the fundamentals of C programming. From extended integer types and compound literals to Boolean support and variable-length arrays, you will learn to create practical and real-world applications with C programming. Review questions and programming exercises at the end of each chapter will reinforce what you have learned. This friendly and easy-to-use self-study guide will help you understand the fundamentals of this core programming language.
P49 倒数第九行 print ("%e ", toobig); 正确应是printf ("%e ", toobig); P67 表4.2 limits.h中的一些符号常量 limits.h应改为float.h P91 ”指数增长“下2行 …在第3个方格里放8粒 正确应是第3个方格里放4粒 P92 第十行 current = 2.0 * current; s 正确应是current = ...
评分一直认为,能把printf函数讲清楚的书一定是好书。从本书对printf函数的讲解的篇幅之大,就可以看出它的专业性。 600多页的书,算是第一本认真读完的C语言类书籍。如果不是因为它的趣味而且专业、详细但不是手册类型的书籍,我肯定是读不下去的。 总是觉得厚书通常废话多,但是...
评分 评分P328 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动变量。也就是说,如果在main()中用: extern int Errupt ; 替换: int Errupt ; ............... ” 这句话翻译错了吧。应该换过来 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动...
评分我认为这本书很好,浅显易懂 但是有很多知识点还是很有价值的, 如果完全看懂,找linux下c开发是不成问题的
C Primer Plus 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025