Why Loops End in C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore the fundamental reasons behind loop termination in C++ through this comprehensive conference talk from CppNow 2023. Delve into Lisa Lippincott's examination of loop ending mechanisms and learn a formal scheme for expressing these reasons within source code using a lightly extended version of C++. Discover how to communicate loop termination logic effectively, enhancing code clarity and reliability. Starting with procedural principles of object stability, value substitutability, and operation repeatability, gain insights into expressing loop termination reasons through program flow execution. Benefit from Lippincott's expertise in software architecture and her current role in C++ standardization, as she bridges the gap between mathematical logic and practical programming techniques.
Syllabus
Why Loops End in C++ - Lisa Lippincott - CppNow 2023
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