Subtitled "30 Core Guidelines for Writing Clean, Safe, and Fast Code", this book sets out to show how to design and write C++ programs that are reliable, efficient, and well-performing. C++ programmers Guy Davidson and Kate Gregory identify core guidelines that are valuable and offer detailed practical knowledge for improving your C++ style.
<ASIN:0137647840>
Author: J. Guy Davidson and Kate Gregory Publisher: Addison-Wesley Professional Date: December 2021 Pages: 352 ISBN: 978-0137647842 Print: 0137647840 Kindle: B09HTH1X38 Audience: C++ developers Level: Intermediate Category: C/C++
For easy reference, this book is structured to align closely with the official C++ Core Guidelines website. Topics include:
- Avoid "bikeshedding": stop wasting valuable time on trivia
- Don't hurt yourself by writing code that will cause problems later
- Know which legacy features to avoid and the modern features to use instead
- Use newer features properly, to get their benefits without creating new problems
- Default to higher-quality code that's statically type-safe, leak resistant, and easier to evolve
- Use the Core Guidelines with any modern C++ version: C++20, C++17, C++14, or C++11
For recommendations of C and C++ books see Top Choice C and C++ Books and C# Books - Pick of the Shelf 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.
Software Architecture In Practice
Author: Len Bass, Dr. Paul Clements and Rick Kazman Publisher: Addison-Wesley Professional Pages: 464 ISBN: 978-0136886099 Print: 0136886094 Kindle: B094CPJ96B Audience: Software architects Rating: 4.5 Reviewer: Kay Ewbank
This is the fourth edition of a book widely regarded as a classic since its firs [ ... ]
|
Python Programming and Visualization for Scientists 2nd Ed
Author: Alex DeCaria and Grant Petty Publisher: Sundog Publishing Pages: 372 ISBN: 978-0972903356 Print: 0972903356 Audience: Scientists wanting to use Python Rating: 2 Reviewer: Mike James Visualization - a difficult topic and difficult to see how to explain the ideas in a book.
| More Reviews |
|