IIFE in C++ for Performance and Safety
Offered By: CppNow via YouTube
Course Description
Overview
Explore the concept of Immediately-Invoked Function Expressions (IIFE) in C++ and their applications for enhancing performance and safety in a 22-minute conference talk from CppNow. Discover how this technique, commonly used in JavaScript, can be applied to C++ programming to create local scopes for variables, preventing global scope pollution. Learn how IIFE can lead to cleaner, safer, and more performant code when initializing objects that require multiple steps. Delve into topics such as const initialization, return type deduction, object selection, and readability. Gain insights on when to use IIFE and when to avoid it, along with important considerations for optimization. Access the accompanying slides for a comprehensive understanding of the presented concepts.
Syllabus
Intro
Jason Turner
Const Initialization
Return Type Deduction
Object Selection.
Readability
When Not to use it
A Note About Optimization
Taught by
CppNow
Related Courses
Writing Professional CodeMicrosoft via edX Learn C# By Building Applications
Udemy Fundamentos de C# para Principiantes
Udemy What's New in Visual Studio 2017 for F# For Developers
LinkedIn Learning Clean Code
Udemy