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  BookWatch@i-programmer.info

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
 


Software Mistakes and Tradeoffs (Manning)

Author: Tomasz Lelek and Jon Skeet
Publisher: Manning
Date: June 2022
Pages: 426
ISBN: 978-1617299209
Print: 1617299200
Audience: C# developers
Rating: 4
Reviewer: Mike James
We all make mistakes - do you want to read about them?



Professional C++, 5th Ed (Wrox)

Author: Marc Gregoire
Publisher: Wrox
Date: February 2021
Pages: 1312
ISBN: 978-1119695400
Print: 1119695406
Audience: C++ developers
Rating: 4
Reviewer: Mike James


Professional C++? Who wants to be unprofessional?


More Reviews