December 2020
Intermediate to advanced
544 pages
12h 45m
English
In this chapter, we will take an in-depth look at some fundamental C++ techniques, such as move semantics, error handling, and lambda expressions, that will be used throughout this book. Some of these concepts still confuse even experienced C++ programmers and therefore we will look into both their use cases and how they work under the hood.
This chapter will cover the following topics:
auto keyword when declaring functions and variables.