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
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