Head First C - David Griffiths, Dawn Griffiths

Head First C

David Griffiths, Dawn Griffiths

出版时间

2012-04-19

ISBN

9781449399917

评分

★★★★★
书籍介绍
Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming - topics typically covered on a college-level course. This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
AI导读
核心看点
  • 超越语法手册,培养结构化编程思维与优秀程序员习惯
  • 深入讲解指针算术、动态内存管理及多线程网络编程
  • 包含深度实验项目,模拟大学课程,检验并巩固技能
适合谁读
  • 具备其他语言基础,希望系统上手C语言的进阶学习者
  • 需要生动教材的计算机专业学生或自学者
  • 对C语言有基础,想回顾概念并拓展视野的开发者
读前提醒
  • 零基础上手可能有难度,建议先补基础语法再阅读
  • 书中含美式幽默及英文叙述,需具备一定英语阅读能力
  • 部分代码示例在特定环境下可能报错,需灵活调试
读者共识
  • Head First系列中口碑极佳,风格生动有趣且不失深度
  • 知识点引入自然流畅,比传统教科书更具大局观和启发性
  • 虽不适合纯小白,但对理解底层概念及Android等开发有帮助

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "The manifest constants used under 4.x BSD for protocol families are PF_UNIX, PF_INET, and so on, while AF_UNIX, AF_INET, and so on are used for address families. However, already the BSD man page promises: "The protocol family generally is the same as the address family", and subsequent standards us"
  • "指针做了两件事:避免副本和共享数据。但既然指针只是地址而已,为什么它会令很多人感到困惑呢?因为指针是一种间接形式的地址。在茫茫存储器中追逐指针,一不小心就会迷路。而学习C指针的诀窍就是慢慢来。"
  • "字符在计算机的存储器中以字符编码的形式保存,字符编码是一个数字,因此在计算机看来,A与数字65完全一样。"
  • "char *cards = "JQK""
  • "card = &char_var"
作者简介
David Griffiths David Griffiths began programming at age 12, after being inspired by a documentary on the work of Seymour Papert. At age 15 he wrote an implementation of Papert's computer language LOGO. After studying Pure Mathematics at University, he began writing code for computers and magazine articles for humans and he is currently an agile coach with Exoftware in the UK, helping people to create simpler, more valuable software. He spends his free time traveling and time with his lovely wife, Dawn. Dawn Griffiths Dawn Griffiths started life as a mathematician at a top UK university where she was awarded a First-Class Honours degree in Mathematics. She went on to pursue a career in software development, and has over 15 years experience working in the IT industry. Dawn has written several books, including Head First C, Head First Statistics and Head First 2D Geometry.
用户评论
在HeadFirst系列里,也是最棒的几本之一。
与时俱进,有图有真相,神作
被赶鸭子上架去写代码,临阵拿来复习C用的。其实没看完,只是把最基本的概念复习了一遍。还是蛮喜欢这个系列的风格的,看着比较好玩,虽然很多东西讲的有点太trivial。。。
C入门恐怕找不比这本更适合的了
买完后悔的书籍系列之一。
适合入门。
学了c++汇编计算机体系结构操作系统网络android linker&loader七七八八,时间已经过了一年多,再过来回顾这本书,依然觉得这本书非常棒。它很入门,内容却极广泛;就我个人看法,后面几章的一些技巧概念,竟然对理解android编程很有启发;这其实也说明很多计算机编程的基础概念,太多的好书竟然都没有给予重视加以解释(本书也没有给予解释,由于c语言的简单,看人看出其中端倪或者说套路),以至于需要学习者慢慢去悟,查缺补漏。。。。
除了C以外,也附带了一些Unix OS的知识,适合有其它语言基础的上手C语言。
看到第三章看不动了,不是很适合入门
收藏