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

Compare with Current View Page History

« Previous Version 111 Next »

Rule/Recommendation about trap representations
Rule/Recommendation about floating point exceptions

DAN00-A. Create a copy constructor and assignment operator for non copyable objects


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