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 CArchive class dowes?

4 Answers  


what is the component of CLR ?

8 Answers   AZTEC, Symphony,


What is stack size in win32 program?

1 Answers   HCL,


WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


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

1 Answers  






what if we provide two message handler for same message ?

1 Answers  


i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required

3 Answers   Patni,


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


Tell me the different controls in MFC ?

5 Answers  


What is subclassing?

2 Answers  


Explain in sort What is CTargetObject?

2 Answers  


Categories