Formal methods in C++ for safety critical software
A medical company I work with uses Coverity and Klocwork to check the code for possible problems such as resource leaks and uninitialized pointer getting used. However, these are tools and not standard for safety critical code. What I have seen is that MISRA has been working on a standard for C++. They started with … Read more