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
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera