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


Math for Programmers (Manning)

Author: Paul Orland
Publisher: Manning Publications
Date: January 2021
Pages: 688
ISBN: 978-1617295355
Print: 1617295353
Audience: Python developers interested in math
Rating: 4
Reviewer: Mike James
Of course you need to learn math, don't you?



Beginning Rust Programming

Author: Ric Messier
Publisher: Wiley
Date: March 2021
Pages: 416
ISBN: 978-1119712978
Print: 1119712971
Kindle: B08WZ2D7WC
Audience: Developers wanting to learn Rust
Rating: 3
Reviewer: Mike James
Everyone seems to want to know what makes Rust special. Does this book give the answers?


More Reviews