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
 


Python Programming with Design Patterns

Author: James W. Cooper
Publisher: Addison-Wesley
Date: February 2022
Pages: 352
ISBN: 978-0137579938
Print: 0137579934
Kindle: B09D2RKQB5
Audience: Python developers
Rating: 1
Reviewer: Mike James
There was a time that design patterns were all the thing. Not so much now. But Python - does it have [ ... ]



Professional Scrum Development with Azure DevOps

Author: Richard Hundhausen
Publisher: Microsoft Press
Pages: 432
ISBN: 978-0136789239
Print: 0136789234
Kindle: B08F5HCNJ7
Audience: Developers interested in Scrum
Rating: 5
Reviewer: Kay Ewbank

This is a book designed for teams using Scrum and Azure DevOps together for developing complex product [ ... ]


More Reviews