Precompiled headers

D

DuduSh

hi All,
i have some basic question.
here it goes:
1) what the purpose of precompiled header files (as Stdafx.cpp,stdafx.h).
2) what the impact of not using those precompiled files?

TIA
 
D

David Wilkinson

DuduSh said:
hi All,
i have some basic question.
here it goes:
1) what the purpose of precompiled header files (as Stdafx.cpp,stdafx.h).
2) what the impact of not using those precompiled files?

DuduSh:

1. Compile faster

2. Compile slower
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top