Facts
Explore critical safety guidelines in embedded programming with Modern C++. Understand MISRA C++, AUTOSAR C++14, and the C++ Core Guidelines to write reliable, maintainable, and performant code for safety-critical systems.
We'll cover the following...
We'll cover the following...
MISRA C++
The current MISRA C++:2008 guidelines were published by the Motor Industry Software Reliability Association. They are based on the MISRA C guidelines from 1998. Originally designed for the automotive industry, MISRA C++ became the standard for the implementation of critical software in the aviation, military, and medical sector. Just like MISRA C, MISRA C++ also describes guidelines for a safe subset of C++.
This subset consists of more than 200 rules classified as a document, required, or advisory.
- Document:
- Mandatory requirements on the developer
- Derivations are not permitted