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
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube