Video description
Harness the power of the C++ STL and make full use of its components
About This Video
- Develop high-quality, fast, and portable applications by leveraging the power of the C++ Standard Library
- Work with the STL algorithms and boost your productivity as a C++ developer with the most impactful features of C++11/14/17
- Migrate from older versions of C++ to Modern C++ without any hassle and master its best practices for software development
In Detail
C++ has come a long way and has now been adopted in several contexts with the latest updates of the STL and with C++17 on its way.
This video course will take you through C++'s Standard library and the most important features of C++11/14/17. You will begin with new language features and will gradually move on to library components and then to the traps and pitfalls and ways to avoid them. You will learn about STL components such as , smart pointers, `std::function`, `std::move`, and `std::exchange`, while at the same time reinforcing and deepening your understanding of the new language features. From here, you will learn to examine containers, iterators, function objects, with STL algorithms and lambda expressions. You will also be introduced to some upcoming C++17 additions including language features such as `constexpr` lambdas, and library additions such as the new algebraic data types and metaprogramming utilities. Throughout the course, you will learn the common pitfalls in "old" C++ programming and best practices for software development in Modern C++.
By the end of the course, you will have mastered Modern C++'s most impactful language and library features.
Audience
This video course is targeted at developers who would like to master Modern C++ language and library features. Prior C++ knowledge is assumed.
Table of contents
Product information
- Title: Mastering C++ Standard Library Features
- Author(s):
- Release date: November 2017
- Publisher(s): Packt Publishing
- ISBN: 9781788294256
You might also like
video
Diving Deeper into C++ Templates
Templates form the foundation of modern C++ programming; they must be understood, not only to use …
video
Introduction to C++ Templates
Templates are a fundamental feature of modern C++ programming. Designed for the beginner to intermediate level …
video
Modern C++ Design Patterns
This course provides beginning to intermediate C++ developers with the knowledge required for up-to-date C++ programming. …
video
C++ Concurrency in Action, Second Edition, Video Edition
"This book should be on every C++ programmer’s desk. It’s clear, concise, and valuable." Rob Green, …