C Primer Plus

- 书名:C Primer Plus
- 作者: StephenPrata
- 格式:PDF
- 时间:2024-06-29
- 评分:
- ISBN:9780321928429
C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to programmers and developers. This computer science classic teaches principles of programming, including structured code and top-down design.
Author and educator Stephen Prata has created an introduction to C that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use.
Review questions and programming exercises at the end of each chapter bring out the most critical pieces of information and help readers understand and digest the most difficult concepts. A friendly and easy-to-use self-study guide, this book is appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.
The sixth edition of this book has been updated and expanded to cover the latest developments in C as well as to take a detailed look at the new C11 standard. In C Primer Plus you’ll find depth, breadth, and a variety of teaching techniques and tools to enhance your learning:
Complete, integrated discussion of both C language fundamentals and additional features
Clear guidance about when and why to use different parts of the language
Hands-on learning with concise and simple examples that develop your understanding of a concept or two at a time
Hundreds of practical sample programs
Review questions and programming exercises at the end of each chapter to test your understanding
Coverage of generic C to give you the greatest flexibility
Stephen Prata , now retired, taught astronomy, physics, and programming at the College of Marin in Kentfield, California. He received his B.S. from the California Institute of Technology and his Ph.D. from the University of California, Berkeley. His association with computers began with the computer modeling of star clusters. Stephen as authored or coauthored over a dozen books...
-
豆友1868984992021-03-05在开始学习编程没多久的时候,我看到别人说语言有什么好学习的时候,我也深以为然。但是如今,私以为,学习科学知识,要么是去发现(science),要么是去创造(creat),我们学习的是工程(engineering),所以理所当然的应该是去学习聪明的人implement subtle thing的具体过程/细节。工程讲究的就是细节,大部头的书的目的不是堆砌辞藻,文字越是多,不代表冗长,而是有必须要说明白的部分和技术细节,所以我反对很多对大部头的书害怕的行为,用某些阉割版本反而要多次回头学习,还要找更多的书去解决问题,所以我力建此书。况且多次提醒的部分,如果真的有冗余,跳过也并不费时费力。
-
level2019-02-19没那么好,一本语言入门书一千多页,看了几章,很啰嗦
-
Nina2015-05-13(可能我太学究了,初学者不用这么学究……但是,学究也没什么)从头到尾一字不落地读完,包括习题、答案……网上对这本书的评价太高,以至于我读了之后感觉不适。写这本书的家伙并未好好研究C和C++,导致写了C++ Primer Plus后把C++的一些内容也混进C里来。对C语言而言,声明不是语句,但是C++认为声明是语句。数据结构和结构也傻傻分不清楚;前后术语混乱;术语混用。还有,const并不是常量,只是只读变量;赋值和函数调用应该是表达式语句!……太多,这家伙应该不研究C标准的。标准里没有的东西就自创。真给力!我看的是原版。这样的作者给译者带来多大的麻烦只有译者知道,除了翻译不畅还要给这家伙修改各种错误。希望读者见到的译版能好一些。
-
修缘2016-04-30采用上述集合之一作为基本字符集的平台应该使用16位甚至32位的char表示方法。C把一个字节(byte)定义为char类型使用的位(bit)数。所以在这样的系统上,C文档提到的一个字节是16位或者32位,而不是8位。
-
高成2015-05-19二进制文件和文本文件之间的不同在于这两种文件格式对系统的依赖性不同。二进制流和文本流的不同则包括在读写流时由程序执行的转换(二进制流不进行转换,而文本流可能会转换换行符和其他字符)
-
高成2015-05-08如果把数据存储在一个使用与程序具有相同表示方法的文件中,就称数据以二进制格式存储
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版
-
英文原版