Friday, January 20, 2006

Rules of Thumb to put into StdAfx.h

Rules of Thumb to put into StdAfx.h

  1. All CRT/compiler supplied library included headers.

  2. If you are suing brackets around the name in the include statements, the header files you develop should be in quotes.

  3. Any third-party library header files, like boost.

  4. You own library files.

No comments: