c++ Programming Glossary: misra
C/C++ conditional return statements [duplicate] http://stackoverflow.com/questions/17177276/c-c-conditional-return-statements Is it bad practice Are there better methods Does MISRA say anything about it Thanks... c c misra share improve this.. it Thanks... c c misra share improve this question MISRA requires a single return statement MISRA rule 14.7 required.. this question MISRA requires a single return statement MISRA rule 14.7 required A function shall have a single point of exit..
Dead code identification (C++) http://stackoverflow.com/questions/321241/dead-code-identification-c detects unreachable code many coding guidelines such as MISRA C if I'm not mistaken require that no unreachable code exists...
Is there any reason to use C instead of C++ for embedded development? http://stackoverflow.com/questions/812717/is-there-any-reason-to-use-c-instead-of-c-for-embedded-development a subset of C for use with embedded systems there is now a MISRA C standard which may be worth a look. EDIT See also this question..
|