65.9K
CodeProject is changing. Read more.
Home

Reducing VisualStudio / C++ built times dramatically

starIconstarIconemptyStarIconemptyStarIconemptyStarIcon

2.00/5 (1 vote)

Oct 25, 2010

CPOL
viewsIcon

8940

You could use internal and external include guards in your headers. This reduces compile time dramatically.

You could use internal and external include guards in your headers. This reduces compile time dramatically.