C++ Exceptions for Smaller Firmware - Khalil Estell - CppCon 2024
Reccomendations
You may be interested in this articles. After reading C++ Exceptions for Smaller Firmware - Khalil Estell - CppCon 2024
ISO C++ Standards Committee Panel Discussion 2024 - Hosted by Herb Sutter - CppCon 2024
The discussion explores critical safety features and performance enhancements for the future of C++.
A Tour of C++ or LearnCpp.com: Choosing the Right Resource for Embedded Firmware Development
This article discusses the debate between 'A Tour of C++' and LearnCpp.com for beginners transitioning to embedded firmware development using C++. It provides insights and tips for choosing the right resource and getting started with C++.
Lightweight ORMs for Embedded Systems and Multiple Database Compatibility
Embedded systems that expose SaaS solutions require efficient and flexible database management. One approach to achieve this is by using Object-Relational Mappers (ORMs). However, concerns about executable size and complexity arise.
Peering Forward - C++'s Next Decade
This thought-provoking talk explores the potential future directions of C++, focusing on metaclasses, initialization analysis, bounds checking, and profiles. Herb Sutter, a renowned C++ expert, shares his vision for the next decade of the language and explores the reactions from the C++ community.
C++20 Coroutines for Typical Embedded Device without STL Components
This article explores the creation of a coroutine infrastructure from scratch for embedded devices without relying on STL components.