Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C++

Reducing VisualStudio / C++ built times dramatically

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
25 Oct 2010CPOL 8.5K   2  
You could use internal and external include guards in your headers. This reduces compile time dramatically.

Views

Daily Counts

License

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



Comments and Discussions