Generic Programming with Concepts
Offered By: CppNow via YouTube
Course Description
Overview
Explore generic programming principles using concepts in this keynote address from C++Now 2015. Delve into the Concepts Lite Technical Specification, which extends C++ with features for specifying and checking constraints on template arguments. Learn how concepts improve upon unconstrained templates, allowing for more precise and meaningful definitions of data structures and algorithms. Discover how this approach enhances the creation of efficient, reusable libraries in C++. Gain insights into the future of generic programming and its potential to revolutionize code organization and maintainability in C++ development.
Syllabus
Andrew Sutton's C++Now 2015 Keynote: generic-programming-with-concepts
Taught by
CppNow
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera