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


SQL Server 2022 Administration Inside Out

Author: Randolph West et al
Publisher: Microsoft Press
Pages: 992
Print: 0137899882
ISBN: 978-0137899883
Kindle: B0C4VKVP27
Audience: DBAs and developers
Rating: 5.0
Reviewer: Ian Stirk

This book aims to update your DBA skills to cover SQL Server 2022, how does it fare?



100 Go Mistakes and How to Avoid Them

Author: Teiva Harsanyi
Publisher: Manning
Date: October 2022
Pages: 384
ISBN: 978-1617299599
Print: 1617299596
Kindle: B0BBHQD8BQ
Audience: Go Developers
Rating: 3
Reviewer: Mike James
100 mistakes is a lot! 
Is the fault Go or the programmer?


More Reviews