Power BI Fundamentals - Create visualizations and dashboards from scratch
Learn EDR Internals: Research & Development From The Masters
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the fundamentals and advanced concepts of functions in C++ through this comprehensive CppCon 2023 talk by Mike Shah. Begin with basic function examples and progress to examining functions from an assembly perspective. Learn about function pointers, std::function, and local scope functions like lambdas. Discover function composition techniques and delve into grouping related functions using namespaces and classes. Investigate virtual functions, static functions, and operator overloading, with a focus on their assembly implementations. Gain a complete understanding of C++ functions, from basic usage to advanced applications, enhancing your ability to create modular and reusable code.
Syllabus
Intro
Welcome
Goals
Math Functions
My Origin Story
Functions
Anatomy and Components
Function Calls
Recursion
Modular Code Blocks
Function Declaration
Grouping Functions
Composable Functions
Const Expert
More Functions
Functions State
Higher Order Functions
Taught by
CppCon