Jump to content

User:MikeMaynardUK/sandbox

From Wikipedia, the free encyclopedia

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:

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]
  1. ^ "PRQA releases new high reliability C++ coding blueprint". http://www.electronicsweekly.com/. 3 October 2013. {{cite web}}: External link in |publisher= (help)
  2. ^ MISRA C++:2008. The Motor Industry Software Reliability Association. 2008. p. 174.
[edit]


Category:C++ Category:C programming language family Category:Computer standards