I have a header file called stdafx.h and this one is precompiled of course. I\'ve read that I should include these files into my .cpp files, but some of these statements are
Ask yourself these two questions before including something in stdafx.h
If the answer is "No" to either of those then don't include it.