内容简介

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...

下载地址

豆瓣评论

  • 豆友186898499
      在开始学习编程没多久的时候,我看到别人说语言有什么好学习的时候,我也深以为然。但是如今,私以为,学习科学知识,要么是去发现(science),要么是去创造(creat),我们学习的是工程(engineering),所以理所当然的应该是去学习聪明的人implement subtle thing的具体过程/细节。工程讲究的就是细节,大部头的书的目的不是堆砌辞藻,文字越是多,不代表冗长,而是有必须要说明白的部分和技术细节,所以我反对很多对大部头的书害怕的行为,用某些阉割版本反而要多次回头学习,还要找更多的书去解决问题,所以我力建此书。况且多次提醒的部分,如果真的有冗余,跳过也并不费时费力。2021-03-05
  • level
    没那么好,一本语言入门书一千多页,看了几章,很啰嗦2019-02-19
  • Nina
    (可能我太学究了,初学者不用这么学究……但是,学究也没什么)从头到尾一字不落地读完,包括习题、答案……网上对这本书的评价太高,以至于我读了之后感觉不适。写这本书的家伙并未好好研究C和C++,导致写了C++ Primer Plus后把C++的一些内容也混进C里来。对C语言而言,声明不是语句,但是C++认为声明是语句。数据结构和结构也傻傻分不清楚;前后术语混乱;术语混用。还有,const并不是常量,只是只读变量;赋值和函数调用应该是表达式语句!……太多,这家伙应该不研究C标准的。标准里没有的东西就自创。真给力!我看的是原版。这样的作者给译者带来多大的麻烦只有译者知道,除了翻译不畅还要给这家伙修改各种错误。希望读者见到的译版能好一些。2015-05-13

猜你喜欢

大家都喜欢