Reflection Is Good for C++ Code Health
Offered By: CppNow via YouTube
Course Description
Overview
Explore the potential benefits of reflection in C++ programming through this comprehensive conference talk from C++Now 2024. Delve into how reflection can alleviate code repetition and fatigue by automating tasks like enum string conversion and class method exposure. Learn about the proposed C++26 reflection features and their progression through standardization committees. Discover three innovative library ideas leveraging reflection: Python bindings, ABI hashing for compatibility checks, and an improved std::any variant with duck typing. Gain insights into reflection's implementation in other languages and examine practical code examples inspired by real-world use cases based on the P2996R1 proposal. Ideal for C++ developers interested in upcoming language features and their potential to enhance code quality and productivity.
Syllabus
Reflection Is Good for C++ Code Health - Saksham Sharma - 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