Previous:
Comment layout
, Up:
Preprocessor-level specifications
3.5 Header files and header inclusion
Header files
MUST
be protected against multiple inclusions.
Inclusion of system headers
SHOULD
precede inclusion of local headers.
There
MUST NOT
be any
using namespace
in a header.
You
MUST
document classes in their
*.hh
file.