standard application framework extensions
如果Windows和MFC头文件,在每个.cpp中都要使用,于是有了stdafx.h只预编译一次,建立stdafx.cpp,编译后又产生stdafx.pch。 .cpp编译时阅读 stdafx.cpp 而不用再次编译 stdafx.h。
standard application framework extensions
如果Windows和MFC头文件,在每个.cpp中都要使用,于是有了stdafx.h只预编译一次,建立stdafx.cpp,编译后又产生stdafx.pch。 .cpp编译时阅读 stdafx.cpp 而不用再次编译 stdafx.h。