Effective Ranges: A Tutorial for Using C++2x Ranges
Offered By: CppCon via YouTube
Course Description
Overview
Explore the largest revamp of the Standard Template Library (STL) in 20 years with this comprehensive tutorial on C++2x Ranges. Delve into the effective use of C++20 and C++23 ranges, impacting daily C++ programming dramatically. Survey the application of ranges, understanding key differences between algorithms and views, and explore concepts used in range design. Discover how ranges integrate with the wider standard library, including I/O integration, collection integration, and support for legacy STL algorithms. Benefit from numerous code examples to bootstrap your usage of std::ranges, with insights applicable to C++14/17 programmers using the Range v3 library. Presented by Jeff Garland, an experienced C++ developer and standards committee member, at CppCon 2023.
Syllabus
Effective Ranges: A Tutorial for Using C++2x Ranges - Jeff Garland - CppCon 2023
Taught by
CppCon
Related Courses
How C++23 Changes the Way We Write CodeNDC Conferences via YouTube A Preview of C++ 23
NDC 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