出版社: O'Reilly Media
副标题: A Desktop Quick Reference
出版年: 2005-12-23
页数: 620
定价: USD 39.95
装帧: Paperback
ISBN: 9780596006976
内容简介 · · · · · ·
Learning a language - any language - involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you've mastered. Whether you're learning French, Java, or C, at some point you'll set aside the tutorial and attempt to converse on your own. It's not necessary to know every subtle facet of French in order to speak ...
Learning a language - any language - involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you've mastered. Whether you're learning French, Java, or C, at some point you'll set aside the tutorial and attempt to converse on your own. It's not necessary to know every subtle facet of French in order to speak it well, especially if there's a good dictionary available. Likewise, C programmers don't need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference. This long-awaited book is a complete reference to the C programming language and C runtime library. Its purpose is to serve as a convenient, reliable companion in your day-to-day work as a C programmer. "C in a Nutshell" covers virtually everything you need to program in C, describing all the elements of the language and illustrating their use with numerous examples. The book is divided into three distinct parts. The first part is a fast-paced description, reminiscent of the classic "Kernighan & Ritchie" text on which many C programmers cut their teeth. It focuses specifically on the C language and preprocessor directives, including extensions introduced to the ANSI standard in 1999. These topics and others are covered: Numeric constants; Implicit and explicit type conversions; Expressions and operators; Functions; Fixed-length and variable-length arrays; Pointers; Dynamic memory management; and Input and output. The second part of the book is a comprehensive reference to the C runtime library; it includes an overview of the contents of the standard headers and a description of each standard library function. Part III provides the necessary knowledge of the C programmer's basic tools: the compiler, the make utility, and the debugger. The tools described here are those in the GNU software collection. "C in a Nutshell" is the perfect companion to "K&R", and destined to be the most reached-for reference on your desk.
喜欢读"C in a Nutshell"的人也喜欢 · · · · · ·
C in a Nutshell的书评 · · · · · · ( 全部 8 条 )

一本中规中矩的C语言工具书
这篇书评可能有关键情节透露
作为一本工具书很棒,全书500多页有200多页都是标准库的内容,而且针对每一个函数都有相应的头文件和一个使用的例子说明,简洁明了,对每一个函数还都列出了相关的函数,拓展思维。很适合作工具书随时查看,同时也很好的兼顾了c99的内容,不会像K&R的书一样陈旧。美中不足的是... (展开)
很经典的好书,看完后,胸中有丘壑
> 更多书评 8篇
这本书的其他版本 · · · · · · ( 全部4 )
-
机械工业出版社 (2007年)8.4分 155人读过
-
机械工业出版社 (2017)暂无评分 4人读过
-
O'Reilly Media (2015)暂无评分 4人读过
以下书单推荐 · · · · · · ( 全部 )
- O'Reilly 之动物书 (leafduo)
- 编程C语言,Python等类书籍+知乎话题 (IVAN)
- 可爱的O'Reilly的小动物们 (cherry)
- O'Reilly & M$ Press (fcicq)
- C语言编程书单 (野鹤鹤)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有115人想读,手里有一本闲着?
订阅关于C in a Nutshell的评论:
feed: rss 2.0
0 有用 yang_bigarm 2012-03-18 11:51:14
每天必定查阅
0 有用 邻家の躺平人 2012-03-21 16:46:39
看的CHM转PDF,排版蛋疼。这才叫书嘛。中文版的什么玩意儿。。
0 有用 之江 2018-12-06 14:16:05
看了它的第二版,觉得这是一本害人的书。C了解基本的语法,再了解操作系统就行了,你根本没必要这么详细。
0 有用 咕噜咕噜 2013-04-07 21:03:48
语法 标准库 Make GDB,很有条理,不错
0 有用 一蓑烟雨任平生 2016-03-06 23:22:36
内容很全面清楚,就是德语版翻译得太详尽有的名词要想想才反应过来是什么。。