Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Udemy

Update to Modern C++

via Udemy

Overview

Refresh and update your C++ skills!

What you'll learn:
  • Refreshed knowledge of older C++
  • The new language features in modern C++
  • How to use modern C++ to write code which is safer, more expressive and more efficient
  • How to write multi-threaded code in modern C++

This course is intended for C++ developers who wish to update and refresh their C++ skills, especially those who have been using other languages for several years. You will learn about the new language features, how they make programming in C++less painful and more productive, and how to use them idiomatically,

If you're used to traditional C++, Modern C++ will feel like a different language. It is safer, more expressive and more efficient. With Modern C++, you no longer need to work with explicit pointers to memory, which you have to allocate and release yourself. Complex loops can be greatly simplified, or even avoided altogether. Better abstractions remove the amount of "boilerplate" code you have to type in, leaving you free to concentrate on the problem you are trying to solve.

Modern C++ will reduce your development time and make your code easier to maintain and more likely to be correct and efficient. It avoids many situations which cause undefined program behaviour, resulting in less time spent on debugging and fewer defect reports.

The course begins with a review of C++ as of the 1998/2003 standards, including exceptions, templates and the Standard Template Library. If you have not used C++ for some time, this will allow you to revise and refresh your existing knowledge.

We then cover the changes in 2011 and 2014, starting with the core language and the standard library. Important new features such as lambda expressions, move semantics and multithreading have their own sections. Finally, there is some advice on how to use good practice when writing Modern C++code.

Each lecture contains a demonstration of the features being covered and has downloadable resources:the source code used in the video, exercises and solutions for the exercises. These are fairly simple and test your understanding of the topic you have just learnt.

There are also occasional assignments. These are more challenging than the lecture exercises.

After successfully completing this course, you will have a good knowledge of the new features in Modern C++ and how to use them.

Taught by

James Raynard

Reviews

4.6 rating at Udemy based on 219 ratings

Start your review of Update to Modern C++

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.