Boost.Units
Offered By: CppNow via YouTube
Course Description
Overview
Explore the Boost.Units library for compile-time dimensional analysis and unit conversions in this 42-minute CppNow conference talk. Learn about dimensions, units, standard systems, and limitations of the library. Discover how to perform conversions, work with default conversions, and utilize quantities. Delve into metric prefixes, unit formats, and base units. Examine compiler and runtime performance considerations. Address common problems with libraries and functions, and see practical examples of Boost.Units in action. Gain insights into reducing programming errors by declaring precise value representations and enforcing meaningful operations.
Syllabus
Why use BoostUnits
Dimensions and Units
Dimensions
Units
Standard Systems
Limitations
Conversions
Default Conversion
Quantity
Metric prefixes
Unit formats
Prefixes
Base Units
Compiler Performance
Runtime Performance
Problems with Libraries
Problems with Functions
Example
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