YoVDO

C++: Advanced Topics

Offered By: LinkedIn Learning

Tags

C++ Courses C Programming Courses Move Semantics Courses Smart Pointers Courses Lambda Functions Courses

Course Description

Overview

Deepen your understanding of C++ by exploring some of the more advanced aspects of this core programming language.

Syllabus

Introduction
  • About this course
  • Using the exercise files
1. Operator Overloads
  • Operator overloads
  • Nonmember operators
  • Conversion operators
  • Increment and decrement operators
  • Functors
2. Move Semantics
  • What is move semantics?
  • Understanding lvalues and rvalues
  • Using std::move
  • The move constructor
  • The move assignment operator
  • The copy-and-swap idiom
  • Rule of three and five
3. Lambda Expressions
  • Lambda syntax
  • Closures
  • Algorithm predicates
  • Challenge: A Lambda jump table
4. Constraints and Concepts
  • Why constraints?
  • Constraint syntax
  • Defining concepts
5. Optionals and Variants
  • The optional class
  • The any class
  • The variant class
6. Concurrency
  • Sleeping
  • Threads
  • The async function
  • Mutex and lock
  • Atomic variables
  • The producer-consumer idiom
7. Other Subjects
  • Initialization
  • Structured bindings
  • Random number engines
  • The chrono library
  • The filesystem library
8. Other C++20 New Features
  • The format library
  • The spaceship operator
  • Integer comparisons
  • The span class
Final Project and Conclusion
  • Final project: Numword
  • Thank you

Taught by

Bill Weinman

Related Courses

Computer Graphics
University of California, San Diego via edX
Intro to Parallel Programming
Nvidia via Udacity
Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera
C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera
Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera