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