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 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.
|