书籍 Modern C的封面

Modern C

Jens Gustedt

出版时间

2019-10-06

ISBN

9781617295812

评分

★★★★★
书籍介绍

If you think "Modern" and "C" don't belong in the same sentence, think again. The C standards committee actively reviews and extends the language, with updated published C standards as recently as 2018. In Modern C, author Jens Gustedt teaches you the skills and features you need to write relevant programs in this tried-and-true language, including Linux and Windows, device drivers, web servers and browsers, smartphones, and much more!

Modern C teaches you to take your C programming skills to new heights, whether you're just starting out with C or have more extensive experience. Organized by level, this comprehensive guide lets you jump in where it suits you best while still reaping the maximum benefits.

用户评论
工具书
美亚上有人评价说,这其实是一本数学书。也的确如此。第一章通过一个简单且不是 hello world 的例子,把 C 的最核心语法元素全部覆盖到了。第二章开始难度陡升,直接用 c 写了个 Heron 求倒数的算法,而且我认为 0.5 那个系数写错了,1/34,估计一下也是 34 * 0.05 嘛,不然你 2 - 34 * 0.5 岂不是负数了?我就没搞懂,然后翻了一下后面,大部分都是聚焦数学…我想看操作系统啊!只能以后再来翻看了。
这本书讲的就是C99的一些可以用在C上的新规范,属于类似coding style规范的书,穿插的讲解了部分原理和tricks,假如专门需要写C可以好好看一看,假如是为了好好了解C的内存模型之类的东西的话,就看看第二部分就好了。
基于C11,很多奇怪的技巧