C++ Overload Inspector - A Tool for Analyzing and Profiling Overloaded Function Calls
Offered By: CppNow via YouTube
Course Description
Overview
Explore a powerful tool for analyzing and profiling overloaded function calls in C++ in this conference talk from C++Now 2024. Delve into the intricacies of compile-time polymorphism through overloading, and learn how to navigate unexpected compiler behavior. Discover the open-source Overload Inspector tool, based on LLVM/Clang, which provides detailed insights into overload candidates, elimination processes, and ambiguity resolution. Gain valuable knowledge on optimizing compilation time through interface design. Follow along with practical demonstrations, non-trivial examples, and an overview of fundamental overloading rules. Enhance your C++ programming skills and learn to leverage this innovative tool for more efficient and precise code development.
Syllabus
C++ Overload Inspector - A Tool for Analyzing and Profiling Overloaded Function Calls - C++Now 2024
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