Nobody Can Program Correctly - A Practical and Interactive Guide to Debugging C++ Code
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive conference talk on debugging C++ code, delivered by Sebastian Theophil at CppNow 2023. Learn the entire debugging process, starting from a program crash to finding and fixing even the most challenging bugs. Discover essential questions to ask, information to gather, and tools to utilize during debugging. Gain insights from real-world examples encountered at think-cell, and understand how to reproduce, locate, understand, and fix complex issues. Acquire valuable skills to prevent future bugs and improve your C++ programming expertise. Benefit from Sebastian's extensive experience at think-cell Software and his contributions to projects like typescripten. Enhance your debugging capabilities and become a more proficient C++ developer through this practical and interactive guide.
Syllabus
Debugging C++ Code: A Practical and Interactive Guide - Sebastian Theophil - 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