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
 


Quick Start Guide to Large Language Models

Author:  Sinan Ozdemir
Publisher:  Addison-Wesley
Pages: 288
ISBN: 978-0138199197
Print: 0138199191
Kindle: B0CCTZMFWF
Audience: LLM Beginners
Rating: 5
Reviewer: Mike James
We all want to know about LLMs, but how deep should you go?



Administering Relational Databases on Microsoft Azure

Author: Prashanth Jayaram et al
Publisher: Independent
Pages: 622
ISBN: 979-8706128029
Print: B08Y4LBTP4
Kindle: B08XZQJHMK
Audience: Azure DBAs
Rating: 2 or 4 (see review for details)
Reviewer: Ian Stirk

This book aims to help you pass the Azure Relational Database exam DP-300, how does it fare?


More Reviews