Multiplatform C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore multiplatform C++ development in this comprehensive conference talk from C++Now 2014. Delve into the challenges and solutions for creating cross-platform applications, covering topics such as toolbox differences, file systems, library sorting, file permissions, configuration files, multithreading, networking, and localization. Learn about the subtle issues that arise when developing for Windows and Unix-based systems, including path handling, structured exception errors, and platform-specific quirks. Gain valuable insights into effective multiplatform programming techniques and best practices to streamline your C++ development process across various operating systems.
Syllabus
Introduction
The Youth
Philosophy
About us
Mac OS
Multiplatform Programming
Toolbox
Diff
Multiplatform
Windows vs Unix
Path Examples
Library Sorting
File Permission
Demons
Configuration Files Nightmare
Multithreading
Windows
Networking
Most Subtle Issues
Localization
structured exception error
differences
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