Implementing Ranges and Views in C++ - C++Now 2024
Offered By: CppNow via YouTube
Course Description
Overview
Explore the implementation of ranges and views in C++ through this comprehensive conference talk from C++Now 2024. Delve into the sequence-oriented programming paradigm introduced with C++20 ranges, learning how it enables clearer expression of algorithms and improves code readability. Discover the extensible design of the ranges library, focusing on implementing custom range views that integrate seamlessly with existing tools. Gain insights into range categories, concepts, adapters, customization-point-objects, and range-adapter-closures as you follow along with practical examples. Enhance your C++ skills by understanding how to extend the ranges toolbox, increasing productivity and enriching your programming vocabulary. Perfect for C++ developers looking to master advanced range techniques and contribute to the evolving landscape of modern C++ programming.
Syllabus
Implementing Ranges and Views in C++ - Roi Barkan - C++Now 2024
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera