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


Programming with Rust

Author:  Donis Marshall
Publisher: Addison-Wesley
Pages: 400
ISBN: 978-0137889655
Print: 0137889658
Kindle: B0CLL1TGVT
Audience: Programmers wanting to learn Rust
Rating: 3
Reviewer: Mike James
Rust is the language we all want to learn at the moment so this is just in time.



Code: The Hidden Language of Computer Hardware and Software 2nd Ed

Top Book 2023
Author: Charles Petzold
Publisher: Microsoft Press
Date: August 2022
Pages: 480
ISBN: 978-0137909100
Print: 0137909101
Kindle: B0B123P5GV
Audience: General
Rating: 5
Reviewer: Mike James
Code! We all need to know about it.


More Reviews