The following rule in the array section needs to be written:
ARR36-C. Do not subtract or compare two pointers that do not refer to the same array -started cjohns 4/8
The following rule needs to be completed.
ARR37-C. Do not add or subtract an integer to a pointer to a non-array object -started cjohns 4/8
The Risk Assessment Summary tables for each section need to be updated (they are out of date with the actual rules).
The forward backward navigation links between sections need to be checked and fixed.
Apply the comments for [POS01-A. Check for the existence of links]
Rule/Recommendation about trap representations
Rule/Recommendation about floating point exceptions
When you copy this rule over to the C++ side:
FIO34-C. Use int to capture the return value of character IO functions
Be sure to add something about istream::get() which return int values, not char values.