Moar Functional with C++23
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore higher order functions and functional programming concepts in C++23 through this conference talk by Björn Fahller at code::dive 2023. Discover how the evolution of the C++ standard library, including ranges, std::expected, and extensions to std::optional, enhances the use of higher order functions for more composable and expressive code. Learn how recent core language developments have simplified the process of writing these functions. Gain insights from Fahller's extensive experience in software architecture, networking protocol design, and modern C++ programming. Understand the practical applications of functional programming techniques in C++23 and how they can improve code quality and maintainability in various programming contexts, from embedded systems to complex software architectures.
Syllabus
Moar Functional with C++23 - Björn Fahller - code::dive 2023
Taught by
code::dive conference
Related Courses
Error Handling in C++ - As Easy as "Use Exceptions"?NDC Conferences via YouTube A Short Life Span - For A Regular Mess
NDC Conferences via YouTube C++ - No More Nulls! - Fixing the Billion Dollar Mistake
NDC Conferences via YouTube The Markable Library
code::dive conference via YouTube C++23 Ranges - Functional Programming With New View Adaptors and Other Utilities
ACCU Conference via YouTube