CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15

Threaded View

  1. #1
    Join Date
    Jul 2009
    Posts
    28

    Question Why don't set every header file as precompiled ?

    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...
    Last edited by Quentin026; August 3rd, 2010 at 03:51 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured