Deep C Dives: Adventures in C (I/O Press)
Wednesday, 12 June 2024

In this book Mike James provides in-depth exploration of the essence of C, identifying the strengths of its distinctive traits. This reveals that C has a very special place among the programming languages of today as a powerful and versatile option for low-level programming, something that is often overlooked in books written by programmers who would really rather be using a higher-level language.

<ASIN:‎1871962889>

The chapters of this book focus on specific topics, diving deep into some topics that you might already know but will come to see differently, and in other chapters exploring the lesser-understood areas of the C language, which only make sense when you view C as a machine-independent assembly language.

Author: Mike James
Publisher: I/O Press
Date: June 2024
Pages: 215
ISBN: 978-1871962888
Print: ‎ 1871962889
Kindle: B0D6LZZQ8R
Audience: C programmers
Level: Intermediate/Advanced
Category: C/C++

deepdive

Topics include:

  • Bit patterns
  • Arithmetic
  • How C types are different
  • Casting
  • Expressions
  • The evil for
  • What’s void
  • Blocks
  • Locals
  • The stack
  • Heap and static storage
  • Pointers
  • Arrays
  • Multidimensional arrays as pointers
  • First class functions
  • Structs
  • Type punning
  • Unions
  • Undefined behavior and exceptions

For recommendations of C and 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


Deep Learning (No Starch Press)

Author: Andrew Glassner
Publisher: No Starch Press
Date: July 2021
Pages: 750
ISBN: 978-1718500723
Print: 1718500726
Kindle: ‎ B085BVWXNS
Audience: Developers interested in deep learning
Rating: Mike James
Reviewer: 5
A book on deep learning wtihout an equation in sight?



Lean DevOps

Author: Robert Benefield
Publisher: Addison-Wesley
Pages: 368
ISBN: 978-0133847505
Print:  0133847500
Kindle: B0B126ST43
Audience: Managers of devops teams
Rating: 3 for developers, 4.5 for managers
Reviewer: Kay Ewbank

The problem this book sets out to address is that of how to deliver on-demand se [ ... ]


More Reviews