Quiero recomendarles el siguiente libro gratuito de C++ 17 :
Free ebook for every developer
Download your copy of the eBook "C++17 IN DETAIL - Part 1"
Explore the Exciting Features of the New C++ Standard
Explore the Exciting Features of the New C++ Standard
What you will learn:
- What was removed from the language and what is deprecated
- How the language is more precise: for example, thanks to expression evaluation order guarantees
- What the new features of templates are, like if constexpr or fold expressions
- What the new standard attributes are
- How you can write cleaner and more expressive code thanks to structured binding, inline variables, compile-time if or template argument deduction for classes