Saturday, March 31, 2007

When you include a header file, you introduce a dependency that will
cause your code to be recompiled whenever the header file changes.
If your header file includes other header files, any changes
to those files will cause any code that includes your header to
be recompiled.

No comments: