C++17 Standard Library Quick Reference 2nd Ed (Apress)
Monday, 19 August 2019

Subtitled "A Pocket Guide to Data Structures, Algorithms, and Functions", this quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. Authors Marc Gregoire and Peter Van Weert don't explain the C++ language or syntax, but offer a condensed, well-structured summary of all essential aspects of the C++ Standard Library and this new edition is updated to include all Standard Library changes in C++17.

<ASIN:1484249224>

 

Authors: Marc Gregoire and Peter Van Weert
Publisher: Apress
Date: July 2019
Pages: 320
ISBN: 978-1484249222
Print: 1484249224
Kindle:  B07VVJL74Z
Audience: C++ developers
Level: Intermediate
Category: C/C++

Topics covered:

  • Gain the essentials that the C++ Standard Library has to offer
  • Use containers to efficiently store and retrieve your data
  • Inspect and manipulate your data with algorithms 
  • See how lambda expressions allow for elegant use of algorithms
  • Discover what the standard string class provides and how to use it
  • Write localized applications
  • Work with file and stream-based I/O
  • Prevent memory leaks with smart pointers
  • Write safe and efficient multi-threaded code using the threading libraries

For recommendations of 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
 


Python Crash Course, 3rd Ed (No Starch Press)

Author: Eric Matthes
Publisher: No Starch Press
Pages: 552
ISBN: 978-1718502703
Print: 1718502702
Kindle: B09WJX22TV
Audience: People wanting to learn Python
Level: Introductory/Intermediate
Audience: Not the complete beginner
Rating: 4
Reviewer: Alex Armstrong
To reach a third edition this [ ... ]



Algorithms: Absolute Beginner's Guide

Author: Kirupa Chinnathambi
Publisher: Addison-Wesley
Date: November 2023
Pages: 416
ISBN: 978-0138222291
Print: 0138222290
Kindle: B0CCTZ37DQ
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

Subtitled 'a practical introduction to data structures and algorithms in JavaScript', this book is split into tw [ ... ]


More Reviews