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 is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers

0 Answers   TCS,


Explain StretchBlt and BitBlt

1 Answers  


What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


Hi can anyone explain about the synchronization objects types and where we are using in the code.

1 Answers  






How to update all the views whenver document got updated ?

1 Answers  


What are the types of button controls?

10 Answers  


List out the basic features of MFC.

4 Answers   Mphasis,


What is a message map?

1 Answers   Mphasis,


What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?

5 Answers   Atos Origin,


What function is called by a document class to notify views that the document has been changed?

2 Answers  


Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,


Categories