C++ Standard Template Library in Practice

Gain insights into the C++ STL using real-world examples About This Video Explore the latest C++ as the most important language and library features, including containers, algorithms, regular expressions, threads, and more Learn how to leverage the set of rich, fast, and well-tested utilities and fu...

Full description

Bibliographic Details
Main Author: Slocum, James
Format: eBook
Language:English
Published: Packt Publishing 2019
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02459nmm a2200313 u 4500
001 EB001915949
003 EBX01000000000000001078851
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1788834992 
100 1 |a Slocum, James 
245 0 0 |a C++ Standard Template Library in Practice  |h [electronic resource]  |c Slocum, James 
250 |a 1st edition 
260 |b Packt Publishing  |c 2019 
300 |a 1 video file, approximately 10 hr., 25 min. 
653 |a Vidéo en continu 
653 |a Internet videos / http://id.loc.gov/authorities/subjects/sh2007001612 
653 |a streaming video / aat 
653 |a Vidéos sur Internet 
653 |a Streaming video / http://id.loc.gov/authorities/subjects/sh2005005237 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Mode of access: World Wide Web 
500 |a Made available through: Safari, an O'Reilly Media Company 
776 |z 9781788834995 
856 4 0 |u https://learning.oreilly.com/videos/~/9781788834995/?ar  |x Verlag  |3 Volltext 
082 0 |a E VIDEO 
520 |a Gain insights into the C++ STL using real-world examples About This Video Explore the latest C++ as the most important language and library features, including containers, algorithms, regular expressions, threads, and more Learn how to leverage the set of rich, fast, and well-tested utilities and functions provided by the C++ STL Take your development skills to new heights by making your applications fast, robust, and scalable In Detail C++ is one of the most widely used programming languages. Fast, efficient, and flexible, it is used to solve many problems. In particular, it is the Standard Template Library (STL) that gives C++ its power. In this course, we show you how. Using real-world examples, we focus on how STL handles and manipulates data. We examine containers and iterators, and how data can be transformed into meaningful information using algorithms. There is coverage of I/O streams, strings and numerical methods, and how performance can be optimized through careful consideration of memory allocation and manipulation. We also demonstrate how multitasking and shared data is handled through concurrency and parallelism classes and utilities. By the end of the course, you will understand the newer aspects of C++ STL and will be able to overcome tasks that are time-consuming or would break your stride while developing