Skip to Content
Advanced C++ Programming Cookbook
book

Advanced C++ Programming Cookbook

by Dr. Rian Quinn
January 2020
Intermediate to advanced
454 pages
11h 25m
English
Packt Publishing
Content preview from Advanced C++ Programming Cookbook

Bonus - Using C++20 Features

In this chapter, you will take a quick look at some of the upcoming features being added to C++20. This chapter is important because, unlike C++14 and C++17, C++20 adds several game-changing features to the language that will alter C++ forever.

It begins with an introduction to C++20 Concepts, a new mechanism for defining the requirements of any arbitrary type. C++20 Concepts promises to change how we program using templates and auto, providing a mechanism for defining what is required of a type. We will then move to C++20 Modules, a new feature that removes the need for #include, changing how we define interfaces in C++. C++ Modules is a huge change to the language, requiring a complete overhaul of the entire ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Modern C++ Programming Cookbook

Modern C++ Programming Cookbook

Marius Bancila

Publisher Resources

ISBN: 9781838559915Supplemental Content