C++ Brain Teasers (Pragmatic Bookshelf)
Wednesday, 10 July 2024

In this book Anders Schau Knatten explores some of C++'s most interesting quirks through 25 puzzles, from the useful to the outright weird. How does initialization actually work? Do temporaries even exist? Why is +!!""  a valid expression in C++? As he works through each puzzle, he peels off some of the layers of complexity of C++, providing a fundamental understanding of how the language works.

<ASIN:B0D251HBV9>

Each puzzle in the book is a complete, seemingly simple C++ program. Most of the programs compile and have deterministic, though sometimes surprising, output. Some might, however, have undefined behavior, where anything can happen. All puzzles are accompanied by detailed discussions, taking a look under the hood at what exactly is going on to help you understand more about C++'s unexpected behaviors, as well as fundamental concepts like initialization, overload resolution, and implicit conversions

Author: Anders Schau Knatten
Publisher: Pragmatic Bookshelf
Date: July 2024
Pages: 140
ISBN: 978-8888650516
Print: B0D251HBV9
Audience: C++ programmers
Level: Intermediate
Category: C/C++

cbrain

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 Art of WebAssembly

Author: Rick Battagline
Publisher: No Starch
Date: May 2021
Pages: 304
ISBN: 978-1718501447
Print: 1718501447
Kindle: B08TSYXJTS
Audience: WebAssembly developers
Rating: 5
Reviewer: Ian Elliot
WebAssembly is the coming thing - or so we are told.



C# Programming, 3rd Ed (In Easy Steps)

Author: Mike McGrath
Publisher: Easy Steps
Date: April 2022
Pages: 192
ISBN: 978-1840789737
Print: 1840789735
Kindle: B09WPBZZCV
Audience: C# developers
Rating: 5
Reviewer: Mike James
An easy guide to C# - what could be better.


More Reviews