Modern Techniques for Keeping Your Code Dry
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore modern C++ techniques for eliminating code repetition in this 51-minute conference talk. Learn how to construct zero-cost abstractions that express intent more clearly, making code easier to understand and debug. Discover function templates, nontype templates, object construction, type construction, private inheritance, and perfect forwarding. Gain practical skills to create your own abstractions, reducing micro-repetitions in your codebase and improving overall code quality. Apply these techniques to write more expressive and maintainable C++ code without sacrificing performance.
Syllabus
Introduction
Repetition
About me
Function templates
Nontype templates
Construct an object
Construct a type
Private inheritance
Good or bad
Indirection
Perfect forwarding
Taught by
NDC Conferences
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