Click here to Skip to main content
15,665,486 members
Articles / Programming Languages / C++
Alternative
Tip/Trick
Posted 25 Oct 2010

Tagged as

Stats

7.9K views
2 bookmarked

Reducing VisualStudio / C++ built times dramatically

Rate me:
Please Sign up or sign in to vote.
2.00/5 (1 vote)
25 Oct 2010CPOL
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 
Reason for my vote of 2
Not true. See iberg comment.
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.