C++17 STL Cookbook

C++17 STL Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 523
Release :
ISBN-10 : 9781787121768
ISBN-13 : 1787121763
Rating : 4/5 (763 Downloads)

Book Synopsis C++17 STL Cookbook by : Jacek Galowicz

Download or read book C++17 STL Cookbook written by Jacek Galowicz and published by Packt Publishing Ltd. This book was released on 2017-06-28 with total page 523 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over 90 recipes that leverage the powerful features of the Standard Library in C++17 About This Book Learn the latest features of C++ and how to write better code by using the Standard Library (STL). Reduce the development time for your applications. Understand the scope and power of STL features to deal with real-world problems. Compose your own algorithms without forfeiting the simplicity and elegance of the STL way. 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 the newest version of C++: C++ 17. What You Will Learn Learn about the new core language features and the problems they were intended to solve Understand the inner workings and requirements of iterators by implementing them Explore algorithms, functional programming style, and lambda expressions Leverage the rich, portable, fast, and well-tested set of well-designed algorithms provided in the STL Work with strings the STL way instead of handcrafting C-style code Understand standard support classes for concurrency and synchronization, and how to put them to work Use the filesystem library addition available with the C++17 STL In Detail C++ has come a long way and is in use in every area of the industry. Fast, efficient, and flexible, it is used to solve many problems. The upcoming version of C++ will see programmers change the way they code. If you want to grasp the practical usefulness of the C++17 STL in order to write smarter, fully portable code, then this book is for you. Beginning with new language features, this book will help you understand the language's mechanics and library features, and offers insight into how they work. Unlike other books, ours takes an implementation-specific, problem-solution approach that will help you quickly overcome hurdles. You will learn the core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on practical real-world recipes. These recipes will help you get the most from the STL and show you how to program in a better way. By the end of the book, you will be up to date with the latest C++17 features and save time and effort while solving tasks elegantly using the STL. Style and approach This recipe-based guide will show you how to make the best use of C++ together with the STL to squeeze more out of the standard language


C++17 STL Cookbook Related Books

C++17 STL Cookbook
Language: en
Pages: 523
Authors: Jacek Galowicz
Categories: Computers
Type: BOOK - Published: 2017-06-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Over 90 recipes that leverage the powerful features of the Standard Library in C++17 About This Book Learn the latest features of C++ and how to write better co
C++20 STL Cookbook
Language: en
Pages: 450
Authors: Bill Weinman
Categories: Computers
Type: BOOK - Published: 2022-05-27 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Proven techniques to improve the efficiency of your programs using the Standard Template Library (STL) Key FeaturesBecome familiar with the latest features of C
Hands-On Design Patterns with C++
Language: en
Pages: 499
Authors: Fedor G. Pikus
Categories: Computers
Type: BOOK - Published: 2019-01-30 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

A comprehensive guide with extensive coverage on concepts such as OOP, functional programming, generic programming, and STL along with the latest features of C+
The The Modern C++ Challenge
Language: en
Pages: 321
Authors: Marius Bancila
Categories: Computers
Type: BOOK - Published: 2018-05-23 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Test your C++ programming skills by solving real-world programming problems covered in the book Key Features Solve a variety of real-world programming and logic
Learn LLVM 17
Language: en
Pages: 416
Authors: Kai Nacke
Categories: Computers
Type: BOOK - Published: 2024-01-12 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Learn how to build and use the complete spectrum of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the pow