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


Your AI Survival Guide

Author: Sol Rashidi
Publisher: Wiley
Date: April 2024
Pages: 224
ISBN: 978-394272631
Print: 1394272634
Kindle: B0CYLXSVW5
Audience: General
Rating: 3.5
Reviewer: Kay Ewbank

This is a book aimed at executives and managers who work in companies that don't yet use AI, with the aim of providing information to [ ... ]



Object-Oriented Python

Author: Irv Kalb
Publisher: No Starch Press
Date: January 2022
Pages: 416
ISBN: 978-1718502062
Print: 1718502060
Kindle: ‎ B0957SHYQL
Audience: Python developers
Rating: 3
Reviewer: Mike James
Python, Object-Oriented? Not a lot of programmers know that!


More Reviews