• Complain

Bill Weinman - C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems

Here you can read online Bill Weinman - C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, publisher: Packt Publishing, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Bill Weinman C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems
  • Book:
    C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2022
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL)

Key Features
  • Become familiar with the latest features of C++20 and write better code using the STL
  • Reduce the development time for your applications and enable faster deployment
  • Get up and running with the new and leaner STL capabilities introduced in the latest release
Book Description

Fast, efficient, and flexible, the C++ programming language has come a long way and is used in every area of the industry to solve many problems. The latest version C++20 will see programmers change the way they code as it brings a whole array of features enabling the quick deployment of applications. This book will get you up and running with using the STL in the best way possible.

Beginning with new language features in C++20, this book will help you understand the languages mechanics and library features and offer insights into how they work. Unlike other books, the C++20 STL Cookbook takes an implementation-specific, problem-solution approach that will help you overcome hurdles quickly. Youll learn core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on real-world recipes. This book is a reference guide for using the C++ STL with its latest capabilities and exploring the cutting-edge features in functional programming and lambda expressions.

By the end of the book C++20 book, youll be able to leverage the latest C++ features and save time and effort while solving tasks elegantly using the STL.

What you will learn
  • Understand the new language features and the problems they can solve
  • Implement generic features of the STL with practical examples
  • Understand standard support classes for concurrency and synchronization
  • Perform efficient memory management using the STL
  • Implement seamless formatting using std::format
  • Work with strings the STL way instead of handcrafting C-style code
Who this book is for

This book is for intermediate to advanced C++ programmers who want to get the most out of the Standard Template Library of C++20, the newest version of C++. Basic knowledge of coding and C++ concepts is necessary to get started with this book.

Table of Contents
  1. New C++20 Features
  2. General STL Features
  3. STL Containers
  4. Compatible Iterators
  5. Lambda Expressions
  6. STL Algorithms
  7. Strings, Streams, and Formatting
  8. Utility Classes
  9. Concurrency and Parallelism
  10. Using the File System
  11. A Few More Ideas

Bill Weinman: author's other books


Who wrote C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems? Find out the surname, the name of the author of the book and a list of all author's works by series.

C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
C20 STL Cookbook Leverage the latest features of the STL to solve real-world - photo 1
C++20 STL Cookbook
Leverage the latest features of the STL to solve real-world problems Bill Weinman BIRMINGHAMMUMBAI C20 STL Cookbook Copyright 2022 Packt Publishing All rights - photo 2 BIRMINGHAMMUMBAI
C++20 STL Cookbook
Copyright 2022 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals.

However, Packt Publishing cannot guarantee the accuracy of this information. Group Product Manager: Richa Tripathi Publishing Product Manager: Gebin George Senior Editor: Rohit Singh Technical Editor: Pradeep Sahu Copy Editor: Safis Editing Project Coordinator: Manisha Singh Proofreader: Safis Editing Indexer: Manju Arasan Production Designer: Ponraj Dhandapani Marketing Coordinators: Pooja Yadav and Sonakshi Bubbar First published: May 2022 Production reference: 1130522 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-80324-871-4 www.packt.com

Contributors
About the author
Bill Weinman has been involved in technology since he built his first computer at age 16, in 1971. He's been coding in C and C++ since the early 1970s. He's written systems and applications for major clients, including NASA, Bank of America, Xerox, IBM, and the US Navy.

Also an electronics engineer, he previously worked on the Voyager II spacecraft, audio amplifiers for SAE, and sound systems for Altec Lansing. Since the mid 1990s, Mr. Weinman has focused on writing and teaching. His books and courses cover HTML, SQL, CGI, Python, and, of course, C and C++. An early contributor to online learning, his clear, concise writing has made his courses a popular feature on lynda.com and LinkedIn Learning.

About the reviewer
Vitalijs Vaznais was born in Daugavpils, Latvia.
About the reviewer
Vitalijs Vaznais was born in Daugavpils, Latvia.

His favorite programming languages are C and C++, which he has been using for the last 26 years (and commercially for 24 years). He is pleased with the latest changes/evolution in both these languages and looks forward to seeing how they start to evolve.

Table of Contents
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems»

Look at similar books to C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems»

Discussion, reviews of the book C++20 STL Cookbook: Leverage the latest features of the STL to solve real-world problems and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.