Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Six Ways for Implementing Math Expressions Calculator in C++ - CppCon 2023

CppCon via YouTube

Overview

Explore six different approaches to implementing a Math Expressions Calculator in C++ through this comprehensive conference talk from CppCon 2023. Delve into the tradeoffs between runtime polymorphism using virtual functions and static polymorphism with Templates. Begin with basic pointer-based polymorphism, progress to smart pointers, compare unique_ptr and shared_ptr usage, and investigate templates and variadic templates. Cover additional topics such as template specialization, constexpr, type traits, and C++20 concepts. Gain insights into C++'s multi-paradigm power and learn valuable implementation strategies for modeling diverse entity behaviors, applicable to C++ developers of all levels.

Syllabus

Six Ways for Implementing Math Expressions Calculator in C++ - Amir Kirsh - CppCon 2023

Taught by

CppCon

Reviews

Start your review of Six Ways for Implementing Math Expressions Calculator in C++ - CppCon 2023

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.