what is the difference between compiling and building?



what is the difference between compiling and building?..

Answer / achal ubbott

Build includes 2 things viz. Compile and then Linking.
Linker tool of the tool chain uses some linker script file
(.ld extension or some other) to link all the object files
from your code and that from library.
The compiler gives you object files from your source
files.Most of times it has .o extension.

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More MFC Interview Questions

What four types of properties are supported by an ActiveX control?

1 Answers  


What is a message map, and what is the advantage of a message map over virtual functions?

1 Answers  


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


1)How to change a text of a button in runtime?

2 Answers  


what is message loop how mfc does it internally?

4 Answers   Aspire,


What is the base class for MFC Framework ?

2 Answers   Mphasis,


Tell me the different controls in MFC ?

5 Answers  


1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?

2 Answers   Wipro,


How to create a Modeless Dialog?

5 Answers  


Categories