Back to Basics: The Rule of Five in C++ - Lecture
Offered By: CppCon via YouTube
Course Description
Overview
Explore the Core Guideline known as "the Rule of Five" in C++ through this conference talk from CppCon 2023. Delve into the origins of this rule and its importance in designing classes that behave correctly when copied and moved. Learn how to streamline the process of creating robust C++ classes using the guidance provided by the Core Guidelines. Gain insights from Andre Kostur, a professional C++ developer with nearly 30 years of experience, as he shares his expertise on this fundamental concept. Discover whether there are any better alternatives to the Rule of Five and how it impacts modern C++ development.
Syllabus
Back to Basics: The Rule of Five in C++ - Andre Kostur - CppCon 2023
Taught by
CppCon
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