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

Compare with Current View Page History

« Previous Version 9 Next »

Incomplete pages in C++ use their own incomplete-cpp tag.


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.


Add to the C++ standard rules marked with exportable-c++.


Update forward/back/next links


The Arrays section rules need to include info wrt STL vectors


Update references to C (eg C99) to references to C++


Under 'Implmeentation-Specific Details', test compliance with various C++ compilers (update from C compilers)


Make sure code examples illustrate valid C++ practices (except when illustrating a particular bad example)

  • No labels