User:MikeMaynardUK/sandbox
Appearance
High Integrity C++ (HIC++ or formerly HICPP) is a software coding standard for the C++ programming language developed by Programming Research Ltd. The latest revision, version 4.0, was released in October 2013[1] and documents 155 rules that restrict the use of ISO C++ language to improve software maintenance and reliability in high reliability or safety critical applications.
The Motor Industry Software Reliability Association C++ coding standard references High Integrity C++[2].
Tools
[edit]Notable Tools that check for compliance with High Integrity C++ are:
- LDRA Testbed by Liverpool Data Research Associates
- Programming Research Limited QA-C++
Revision History
[edit]1.0 3 October 2003 2.0 20 october 2003 3.0 24 January 2008 4.0 3 october 2013
References
[edit]- ^ "PRQA releases new high reliability C++ coding blueprint". http://www.electronicsweekly.com/. 3 October 2013.
{{cite web}}
: External link in
(help)|publisher=
- ^ MISRA C++:2008. The Motor Industry Software Reliability Association. 2008. p. 174.
External links
[edit]- High Integrity C++ Website (http://www.codingstandard.com)
Category:C++ Category:C programming language family Category:Computer standards