Back to Basics: Functions in C++ - Lecture
Offered By: CppCon via YouTube
Course Description
Overview
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
Related Courses
The Computing Technology Inside Your SmartphoneCornell University via edX Computer Architecture
Indian Institute of Technology Madras via Swayam Computation Structures 2: Computer Architecture
Massachusetts Institute of Technology via edX Product Design and Manufacturing
Indian Institute of Technology Kanpur via Swayam Foundations to Computer Systems Design
Indian Institute of Technology Madras via Swayam