Enough String View to Hang Ourselves
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the challenges and solutions for managing multiple string types in C++ applications through a case study of a 15-year-old Windows application. Learn how to navigate the complexities of using std::string alongside platform-specific string types, such as CString, Platform::String, and QString. Discover the potential benefits and pitfalls of using C++17's std::string_view as a solution to string-related problems. Gain insights into modernizing legacy C++ projects to C++17 standards using tools like clang-tidy and "Clang Power Tools". Examine strategies for maintaining type safety and memory safety while optimizing performance when working with different string representations across various parts of a large-scale application.
Syllabus
Enough string_view to hang ourselves - Victor Ciura
Taught by
NDC Conferences
Related Courses
Using Generics in C#LinkedIn Learning Java Class Library
LearnQuest via Coursera What's New in Ruby 3
Pluralsight C# Generics
Pluralsight TypeScript Basic: Type System, Interfaces, Types, Generics
Udemy