Let's Start!

We are at the end of our introductory section. Let's see what lies ahead.

The code you’ve seen so far is just the tip of the iceberg! Read the next chapters to see much more: fixes in the language, clarifications, removed things (like auto_ptr), and of course the new stuff such as:

  • constexpr lambda
  • if constexpr
  • fold expressions
  • structured bindings
  • template<auto>,
  • inline
  • variables
  • template argument deduction for class templates

Next, we will look at all the features that have been fixed and the ones that have been deprecated in the new update.

Get hands-on with 1200+ tech skills courses.