Book Image

Complete Modern C++ (C++11/14/17) [Video]

By : Umar Lone
Book Image

Complete Modern C++ (C++11/14/17) [Video]

By: Umar Lone

Overview of this book

This course provides an extensive exploration of C++. The journey starts with mastering the syntax and functionalities of C++ such as variables, loops, and functions, and progresses through more complex concepts like object-oriented programming, where you’ll explore classes, inheritance, and polymorphism. Special attention is given to the nuances of pointers, memory management, and constructors for robust application development. As the course unfolds, you'll delve into advanced C++11/14/17 features, including move semantics, lambda expressions, and smart pointers, which are essential for modern C++ developers looking to enhance performance and manageability of their code. Exception handling and file I/O operations ensure that you can handle data and errors gracefully. Further sections focus on the STL, where you will learn to utilize powerful library functions and containers that can dramatically simplify data handling and processing tasks. We will also cover C++ concurrency, teaching you to write multithreaded software that is both efficient and safe. You'll also explore C++17's new features which simplify code and improve performance, along with detailed discussions on template programming. By the end of this course, you will have a solid understanding of C++'s capabilities and how to apply them to solve real-world problems.
Table of Contents (18 chapters)
Chapter 5
Move Semantics
Content Locked
Section 1
Value Categories
In this video, you will learn about L-value and R-value.