🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

precompiled headers

Started by
3 comments, last by MAD_Mask 22 years, 6 months ago
I am having some problems with my code because I do not know exactly how to use precomplied headers. So could somebody explain in more detail "what" , "how" and "why" about the StdAfx.h ? Is it good to have precopiled header? What exactly it is used for? How can I make one manualy ( or it is better to let MSVC to do it? ) And what are the "rules" for using it? In short , the more ddeails the beter. Thanks in advance. MAD_Mask P.S. maybe this was previosly discused in another section of the forums so if someone knows of such a forum directing me to it would be good to....
Advertisement
You could try <A HREF="http://www.gamedev.net/community/forums/search.asp">HERE</A>!
You could try <A HREF="http://www.gamedev.net/community/forums/search.asp">HERE</A>!
Now why didn''t that HTML work?
PCH Files in the Build Process

[ GDNet Start Here | GDNet FAQ | MS RTFM | STL | Google ]
Thanks to Kylotan for the idea!
In my experiance PCH files only cause frustration, agrivation, and irritation. Do yourself a favor, turn the damn things off and never look back!

This topic is closed to new replies.

Advertisement