Six Ways for Implementing Math Expressions Calculator in C++ - CppCon 2023
Offered By: CppCon via YouTube
Course Description
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
Related Courses
Основы разработки на С++: коричневый поясMoscow Institute of Physics and Technology via Coursera Complete Modern C++ (C++11/14/17)
Udemy C++: Advanced Topics
LinkedIn Learning C++ Komplettkurs: Praxisnahe und Moderne C++ Programmierung
Udemy Advance Your Skills in C++
LinkedIn Learning