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
 


Understanding Software Dynamics (Addison-Wesley)

Author: Richard L. Sites
Publisher: Addison-Wesley
Pages: 464
ISBN: 978-0137589739
Print: 0137589735
Kindle: B09H5JB5HC
Audience: Every developers
Rating: 5
Reviewer: Kay Ewbank

This book looks at the different reasons why software runs too slowly, and what developers can do about it, starting by looki [ ... ]



Oracle PL/SQL By Example, 6th Ed

Author: Elena Rakhimov
Publisher: Oracle Press
Pages: 480
ISBN: 978-0138062835
Print: 0138062838
Audience: Developers interested in Oracle PL/SQL
Rating: 4
Reviewer: Kay Ewbank

This is the sixth edition of a well established title that has been updated for the latest version of PL/SQL (21c).


More Reviews