C Primer Plus

C Primer Plus pdf epub mobi txt 电子书 下载 2025

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, including C++ Primer Plus and Unix Primer Plus.

出版者:Addison-Wesley Professional
作者:Stephen Prata
出品人:
页数:1080
译者:
出版时间:2013-12-6
价格:USD 54.99
装帧:Paperback
isbn号码:9780321928429
丛书系列:
图书标签:
  • 计算机科学 
  • 编程语言 
  • 编程 
  • 计算机 
  • C语言 
  • 英文原版 
  • 电子书 
  •  
想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

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

具体描述

读后感

评分

早早就向往编程的世界了。 然而总是在网上寻找教程、寻找视频、寻找出路。 可是所学到的是迷迷糊糊,浑浑噩噩,三脚猫功夫,有时甚至怀疑自己的智商。 直到有一天,我晓得了多数看不懂学不懂是翻译问题、是教程问题、是各种误人子弟的问题。 然后我就看了这本书的中文版,看到...  

评分

如果是真的想学编程的,比如计算机或者软件专业大一的同学,那就从这本书开始吧.谭浩强的C语言只适合那些用来计算机等级考试的人.  

评分

P328 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动变量。也就是说,如果在main()中用: extern int Errupt ; 替换: int Errupt ; ............... ” 这句话翻译错了吧。应该换过来 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动...  

评分

这本书很厚!英文原版上千页的篇幅,自然把C语言的各种特性介绍的淋漓尽致,与其相关的知识点作者在书中也有详细的介绍,和大多数国外计算机教材类似,书中的文字很好懂(英文原版),内容既有广度又有深度,非常适合C语言初学者使用! 中文翻译半我读了一小会就没敢再读下去,...

评分

P328 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动变量。也就是说,如果在main()中用: extern int Errupt ; 替换: int Errupt ; ............... ” 这句话翻译错了吧。应该换过来 “如果函数中的的声明漏掉了 extern ,就会建立一个独立的自动...  

用户评价

评分

大概浏览了下,书还是不错的入门书,特别是对于零基础的。但是这书作者太啰嗦了,无论是叙述还是取材,没想到这次新的版本竟然700多页(英文版将近1000页),这可是写c语言的啊,简直疯了。对于我来说,无论是初学者还是有经验的,都不大推荐这么事无巨细的版本。

评分

相当的内容是跳着读的。头几章的内容应该是面向零基础的编程小白吧,都是简单介绍一些非常基础的概念。第10章讲指针和array,把坑讲得很清楚,有种豁然开朗的感觉,不过看到后面还是觉得讲得不够透彻,所以降一星。 P.S. 书里小错误还不少,需要留心运行结果与源代码是否能对上、参考C99/C11标准。如有概念上的冲突,一律以C标准为准。

评分

说实在的,好多诡异的码法都是从里面看来的..

评分

读过的部分都不错

评分

(可能我太学究了,初学者不用这么学究……但是,学究也没什么) 从头到尾一字不落地读完,包括习题、答案…… 网上对这本书的评价太高,以至于我读了之后感觉不适。写这本书的家伙并未好好研究C和C++,导致写了C++ Primer Plus后把C++的一些内容也混进C里来。对C语言而言,声明不是语句,但是C++认为声明是语句。数据结构和结构也傻傻分不清楚;前后术语混乱;术语混用。还有,const并不是常量,只是只读变量;赋值和函数调用应该是表达式语句!……太多,这家伙应该不研究C标准的。标准里没有的东西就自创。真给力! 我看的是原版。这样的作者给译者带来多大的麻烦只有译者知道,除了翻译不畅还要给这家伙修改各种错误。希望读者见到的译版能好一些。

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有