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


The Road to Azure Cost Governance

Author: Paola E. Annis et al
Publisher: Packt Publishing
Pages: 314
ISBN: 978-1803246444
Print: 1803246448
Kindle: B09NW2CTHX
Audience: Bill payers
Rating: 4.5
Reviewer: Ian Stirk

This book aims to help you reduce your Azure costs, how does it fare?



The Joy of JavaScript (Manning)

Author: Luis Atencio
Publisher: Manning
Date: March 2021
Pages: 360
ISBN: 978-1617295867
Print: 1617295868
Audience: JavaScript developers
Rating: 4
Reviewer: Ian Elliot
Joy you say!


More Reviews