You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 113 Next »


Apply the comments for [POS01-A. Check for the existence of links] (3 points)


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.


  • No labels