Reducing VisualStudio / C++ built times dramatically





2.00/5 (1 vote)
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.