Click here to Skip to main content
15,867,308 members
Articles / Programming Languages / C++
Alternative
Tip/Trick

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.4K   2   1
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)



Comments and Discussions

 
GeneralReason for my vote of 2 Not true. See iberg comment. Pin
Sauro Viti25-Oct-10 20:54
professionalSauro Viti25-Oct-10 20:54 
GeneralMessage Removed Pin
25-Oct-10 6:58
User 58261925-Oct-10 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.