C++ - λ Demystified
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the world of C++11 lambdas in this comprehensive conference talk. Gain a solid understanding of lambda functions, their implementation, and practical applications in C++ programming. Discover how lambdas are implemented, their inner workings, and their impact on daily programming tasks. Learn about code generation, potential use cases, and suitable contexts for lambda functions. Utilize C++ Insights (https://cppinsights.io) to examine the compiler-generated code and observe how changes to lambdas affect the output. Investigate application areas where lambdas can enhance code efficiency and uniqueness, particularly in constrained environments like embedded systems. By the end of this talk, acquire the knowledge to effectively incorporate lambdas into your C++ projects, writing more concise and distinctive code.
Syllabus
C++: λ Demystified - Andreas Fertig
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube