Sane and Safe C++ Class Types
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore safe and effective C++ class design in this comprehensive conference talk. Learn about the Rule of Zero, Rule of Five, and Rule of Six, and understand when to apply or deviate from these principles. Discover the implications of move semantics, noexcept, and constexpr introduced in C++11 and later versions. Examine the pros and cons of using virtual member functions, final keyword, and class hierarchies. Gain insights into creating value classes, handling primitive types, and dealing with integral promotions. Investigate various class types, including regular, empty, and polymorphic classes, as well as adapters and iterators. Understand the complexities of inheritance and receive guidance on navigating expert territory in C++ programming. Acquire practical tips for writing safer, more maintainable C++ code in both application-level and safety-critical systems.
Syllabus
Intro
Safety Critical Systems
Regular
Other types
Sane
Not a number
Loops
Integral Promotions
Primitive Types
unsigned and ins
check pattern
different types
default constructor
weightcounter
empty classes
iterate attacks
emptybase
Equality
Adapters
Pointing Types
Iterators
No pointers
Inheritance
The Table
My Recommendation
Polymorphic Classes
Conclusion
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube