Windows, MacOS and Web - Lessons from Cross-platform Development
Offered By: CppNow via YouTube
Course Description
Overview
Explore lessons from cross-platform development in this CppNow conference talk. Delve into the challenges of porting a large Windows-only software project to other platforms, focusing on elegant solutions for hiding platform-specific code. Learn about cases where standard C++ abstractions and cross-platform libraries like Qt and Boost were insufficient, and discover novel approaches to these problems. Gain insights into porting functionality to the web using C++ and WebAssembly, including a unique tool for generating type-safe C++ bindings from TypeScript interface definitions. Benefit from the speaker's extensive experience in software development and recent work on Mac porting and WebAssembly integration.
Syllabus
Windows, MacOS and Web: Lessons from Cross-platform Development @ think-cell - Sebastian Theophil
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