Difference between revisions of "Cpp Coding Standards/HEADERS"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m (Cpp Coding Standards/Topics/HEADERS moved to Cpp Coding Standards/Header Files: Improve Cpp_Coding_Standards structure.)
(No difference)

Revision as of 12:59, 28 November 2006

Header Files

What to do and do not with header files.


Summary

SelfSufficient

Make headers include everything they need themselves.

IncludeDirectly

Include the header files for all types you need directly, not via another file.


Explanations


Personal tools