All Talks

Dealing with Embedded Limitations

https://cppcon.org/ https://github.com/CppCon/CppCon2020

Many embedded systems have requirements on latency, memory usage, and resource consumption. This is especially true of safety-critical and security-related systems. Many programmers and organizations worry that using C++ features will prevent them from meeting these requirements. Some avoid using specific features such as exception handling, while others avoid using C++ entirely.

This panel will discuss the challenges and benefits of using …

You might be interested in: