-
Book Overview & Buying
-
Table Of Contents
Complete Modern C++ (C++11/14/17)
By :
Complete Modern C++ (C++11/14/17)
By:
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 (19 chapters)
Start Here
Basic Language Facilities
Memory Management – Part I
Classes and Objects
Move Semantics
Operator Overloading
Memory Management – Part II
More C++ Goodies
Object-Oriented Programming
Exception Handling
File Input and Output
Templates
Lambda Expressions (C++11)
Standard Template Library
C++ Concurrency
C++17 Core Language Features
C++17 Template Features
Function Wrappers
C++17 Standard Library Components