How We Switched to C++11 at SolidFire and How It Worked Out
Offered By: CppNow via YouTube
Course Description
Overview
Explore the process of transitioning from C++03 to C++11 in a professional software development environment through this 53-minute conference talk from CppNow. Learn how SolidFire approached the migration, including strategies for generating team enthusiasm, conducting thorough correctness and performance testing, and writing code compatible with both C++03 and C++11 standards. Discover the benefits of fully embracing C++11, including new coding styles and improved class designs that were previously impractical or overly complex. Gain insights into overcoming common obstacles and leveraging the full potential of C++11 features to enhance code readability and efficiency in large-scale projects.
Syllabus
Travis Gockel: How we switched to C++11 at SolidFire and how it worked out
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube