From Jason Turner
Watch on YouTube

Summary

In this episode, Jason Turner demonstrates the process of modernizing legacy C++98 code to C++11. He shows various C++11 features like enum class, auto, constexpr, nullptr, braced initialization, and noexcept that improve code safety and readability. The episode is part of a series where Jason will progressively upgrade the same codebase through multiple C++ standards up to C++23, highlighting key improvements introduced in each version.

Resources

Tags