How C++23 Changes the Way We Write Code
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the key features of C++23 in this conference talk from NDC TechTown 2022. Discover how the latest release builds upon C++20, focusing on completing and refining existing features while introducing impactful additions to both the standard library and core language. Learn about std::expected for improved error handling, std::mdspan's potential impact on scientific computing, the simplification of longstanding idioms like CRTP through deducing this, and the introduction of std::print for streamlined output. Gain insights into how these carefully selected additions will enhance the everyday C++ programming experience, despite the challenges faced by the ISO C++ committee during the COVID-19 pandemic.
Syllabus
How C++23 changes the way we write code - Timur Doumler - NDC TechTown 2022
Taught by
NDC Conferences
Related Courses
A Preview of C++ 23NDC Conferences via YouTube Let's Talk About C++ Abstraction Layers
CppNow via YouTube Top 5 Library Additions in C++23
CppNow via YouTube mp-units - Lessons Learned and a New C++ Library Design
ACCU Conference via YouTube C++23 Ranges - Functional Programming With New View Adaptors and Other Utilities
ACCU Conference via YouTube