Click here to Skip to main content
15,888,301 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When we execute any c++ program which of the files are created. One is exe then obj i.e. object file, instead of these files which are also created.
Posted
Updated 23-Apr-12 20:12pm
v2

1 solution

Appropiate question is : what are the files created when a C++ program is compiled.

This depends on the build configuration, compiler options and various many factors.
The other important file would be .pdb : http://support.microsoft.com/kb/121366[^]
 
Share this answer
 
Comments
Mohibur Rashid 24-Apr-12 2:15am    
excellent, +5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900