...
I've looked at some of the C rules and recommendations, and here are my
recommendations for copying them across to C++.
DCL09-A - not appropriate for C++ because of ERR00-A.
EXP08-A - perhaps already covered by OBJ30-C.
EXP34-C - perhaps covered by DAN34-C.
INT00-A - needs reworking for C++.
INT07-A - needs reworking for C++.
INT30-C - needs reworking for C++.
INT35-C - needs reworking for C++.
INT37-C - needs reworking for C++.
...