Advertisement

Pre-Compiled headers

Started by May 29, 2001 09:54 AM
-1 comments, last by KlePt0 23 years, 8 months ago
Please forgive my ignorance but i''m curious as to what the benefits of pre-compiled headers are. I should probably know this, but what can I say. Thanks as always Robert Warden Lasershot Shooting Simulations
Bobby Ward - COM Guru in training
Compilation speed increase is the main advantage, I think. If you use a lot of large headers that change very infrequently (or never, like Windows, MFC, STL), having those headers precompiled saves time when rebuilding your program.

Here is info on how to use precompiled headers in MSVC.

This topic is closed to new replies.

Advertisement