Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C++

Reducing VisualStudio / C++ built times dramatically

2.00/5 (1 vote)
25 Oct 2010CPOL 8.9K  
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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)