Top "Stdafx.h" questions

stdafx.

What is "stdafx.h" used for in Visual Studio?

A file named stdafx.h is automatically generated when I start a project in Visual Studio 2010. I need to make …

visual-studio visual-studio-2010 visual-c++ cross-platform stdafx.h
stdafx.h: When do I need it?

I see so much code including stdafx.h. Say, I do not want pre-compiled headers. And I will include all …

c++ visual-c++ header precompiled-headers stdafx.h
Handling stdafx.h in cross-platform code

I have a Visual Studio C++ based program that uses pre-compiled headers (stdafx.h). Now we are porting the application …

c++ visual-studio gcc cross-platform stdafx.h
Purpose of stdafx.h

What is the purpose of the file stdafx.h and what is meant by precompiled headers?

c++ visual-c++ precompiled-headers stdafx.h
include stdafx.h in header or source file?

I have a header file called stdafx.h and this one is precompiled of course. I've read that I should …

c++ visual-studio header-files precompiled-headers stdafx.h
What's with the "Afx" in StdAfx.h?

I'm just curious what Afx stands for. And what about Fx in FxCop?

.net mfc fxcop stdafx.h