Hi there!
I've a quick question about precompiled headers. Why don't set every header file as precompiled in order to reduce compilation time ?
Has a precompiled header any disadvantages
I know that rebuild option ignores this kind of header, but we can always delete the *.pch header file before rebuilding![]()
Moreover, my wxDev-C++ IDE (with the MinGW compiler) is able to even build a precompiled header if somebody modified it...





Reply With Quote