Type-Safe Programming
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced techniques for leveraging the C++ type system to create safer, more robust code in this conference talk from C++Now 2017. Learn how to apply principles similar to those used in std::chrono to everyday programming, minimizing implicit conversions and using types to express preconditions. Discover guidelines for type-safe class design and gain insights into implementing these concepts, drawing from examples in the speaker's type_safe library. Delve into methods for detecting and preventing potential bugs at compile-time, enhancing code quality and reliability in C++ development.
Syllabus
C++Now 2017: Jonathan Müller “Type-safe Programming"
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube