Durable Integer Arithmetic
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of integer arithmetic in C++ through this comprehensive conference talk from CppNow 2022. Delve into the fundamental differences between hardware-level integer calculations and C++ language rules, identifying problematic areas for numerical library authors. Discover the concept of durable integer arithmetic and its potential implementations at both language and library levels. Examine the implications for numerical applications such as rational numbers, arbitrary precision integers, and safe integers. Gain insights into the challenges of efficient code generation and learn about WG21's efforts to address these issues through current proposals. Benefit from Andreas Weis's extensive experience in C++ programming across various domains as he shares his expertise on writing portable code and creating simple, richly-typed interfaces for complex functionalities.
Syllabus
Durable Integer Arithmetic - Andreas Weis - CppNow 2022
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