Hi,
Ok, so I know C++, and never in my entire programming life have I ever had the need to work with stdafx.h. What is it all about? Why the need? What does it do?
Also, why is it not existing in Visual C++ 6 or in devcpp 4.9.9.2. These are the versions of C++ I have. I also got VS2008 Express, would it be existing there? I haven't installed the C++ yet.
stdafx.hWhat is it about?
Page 1 of 1
4 Replies - 530 Views - Last Post: 13 July 2009 - 05:30 AM
Replies To: stdafx.h
#3
Re: stdafx.h
Posted 13 July 2009 - 05:02 AM
the afx in stdafx stands for Application Framework eXtensions.
I think stdafx is used with visual studio only so that is why your dev-cpp compiler didn't use it.
It is used for system include and project specific include files, just chuck all the inludes you will need across the project into this file
thats how I understand it anyway.
I think stdafx is used with visual studio only so that is why your dev-cpp compiler didn't use it.
It is used for system include and project specific include files, just chuck all the inludes you will need across the project into this file
#4
Re: stdafx.h
Posted 13 July 2009 - 05:19 AM
A pre-compiled header is used to reduce compilation time.
#5
Re: stdafx.h
Posted 13 July 2009 - 05:30 AM
Hello!
Application Framework eXtensions are normally MFC. Most people on a tight budget do not use MFC.
Application Framework eXtensions are normally MFC. Most people on a tight budget do not use MFC.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|