书籍 C Primer Plus的封面

C Primer Plus

Stephen Prata

出版时间

2013-12-05

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

(展开全部)

目录
Preface xxvii
1 Getting Ready 1
Whence C? 1
Why C? 2
Design Features 2

显示全部
用户评论
好书,读完豁然开朗
优秀的C语言入门书籍,对零基础读者非常友好,这点比K&R C强很多。读书是一件很私人的事情,如人饮水冷暖自知。如果自己水平一般却要强上高难度教材,吃苦头的是自己。
(可能我太学究了,初学者不用这么学究……但是,学究也没什么) 从头到尾一字不落地读完,包括习题、答案…… 网上对这本书的评价太高,以至于我读了之后感觉不适。写这本书的家伙并未好好研究C和C++,导致写了C++ Primer Plus后把C++的一些内容也混进C里来。对C语言而言,声明不是语句,但是C++认为声明是语句。数据结构和结构也傻傻分不清楚;前后术语混乱;术语混用。还有,const并不是常量,只是只读变量;赋值和函数调用应该是表达式语句!……太多,这家伙应该不研究C标准的。标准里没有的东西就自创。真给力! 我看的是原版。这样的作者给译者带来多大的麻烦只有译者知道,除了翻译不畅还要给这家伙修改各种错误。希望读者见到的译版能好一些。
太详细了,可以当做入门教材。全英文版的更好理解,英语水平可以的话 就不要去读中文版了。
very good
嗯读了一半多,也忘了很多。内容很多,而且讲得特别细致。对于初学者的话,不知道是好是坏。我反正过了几个月又忘得差不多了。打开了我吃灰的vs,面对在校内练习时敲的代码一脸茫然。哎,当时每天和她一起下午去书店,就只记得到代码以外的事情了。
住院两天翻完。如果这就是c的全部,那它确实比cpp简单好多,但任然能用指针和结构体创造世界。如嵌入式需要考虑效率的场合,可以看看字符串和指针的区别
9.8