Fundamental C: Getting Closer To The Machine (I/O Press)
Wednesday, 13 March 2019

This book takes an approach that is close to the hardware, introducing addresses, pointers, and how things are represented using binary. An important idea is that everything is a bit pattern and what it means can change. As a C developer, you need to think about the way data is represented, and Harry Fairhead encourages this. He emphasizes the idea of modifying how a bit pattern is treated using type punning and unions. This power brings with it the scourge of the C world – undefined behavior - which is ignored in many books on C. Here, not only is it acknowledged, it is explained, together with ways to avoid it. 

<ASIN:1871962609>

A particular feature of the book is the way C code is illustrated by the assembly language it generates. This helps you understand why C is the way it is, and what effect your choice of code has. 

Author: Harry Fairhead
Publisher: I/O Press
Date: March 2019
Pages: 267
ISBN: 978-1871962604
Print: 1871962609
Kindle: B07RZ5RR35
Audience: Developers wanting to learn C
Level: Beginner/Intermediate
Category: C/C++

 

fundc

  • Getting Started, NetBeans and GCC

  • Control Structures and Data

  • Variables

  • Arithmetic and Representation

  • Operators and Expressions

  • Functions, Scope and Lifetime

  • Arrays

  • Strings

  • Pointers

  • Structs

  • Bit Manipulation

  • Files

  • Compiling C – Preprocessor, Compiler, Linker

 

For recommendations of C books see  Top Choice C and C++ Books in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  [email protected]

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Deep Learning Illustrated

Authors: Jon Krohn, Grant Beyleveld and Aglaé Bassens
Publisher: Addison-Wesley
Date: September 2019
Pages: 416
ISBN: 978-0135116692
Print: 0135116694
Kindle: B07W585JGG
Audience: Python developers interested in deep learning techniques
Rating: 3.5
Reviewer: Mike James
A picture is worth a thousand word [ ... ]



Query Store for SQL Server 2019 (Apress)

Author: Tracy Boggiano & Grant Fritchey
Publisher: Apress
Pages: 234
ISBN: 978-1484250037
Print: 1484250036
Kindle: B07YNL3X4X
Audience: SQL Server DBAs and Devs
Rating: 4
Reviewer: Ian Stirk

This book aims to use Query Store to improve your SQL Server queries, how does it fare?


More Reviews