High Integrity C++

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

High Integrity C++ (HIC++ or formerly HICPP) is a software coding standard for the C++ programming language developed by Programming Research Limited. 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

Notable Tools that check for compliance with High Integrity C++ are:

Revision history

  • 1.0 – 3 October 2003
  • 2.0 – 20 October 2003
  • 3.0 – 24 January 2008
  • 4.0 – 3 October 2013

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.

External links