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 a message map?

1 Answers   Mphasis,


What function is used to disable a control at runtime?

7 Answers  


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


What is the base class for MFC Framework ?

4 Answers  






How many types of dialog box are their

10 Answers   Honeywell,


I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


What interface must be supported by an ActiveX control?

2 Answers  


Explain Doc/View architecture

6 Answers   Huawei,


What is the use of CObject::Dump function ?

4 Answers  


Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


what is the use of CCmdTarget?

4 Answers   Siemens,


Categories