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 |
What four types of properties are supported by an ActiveX control?
What is a message map, and what is the advantage of a message map over virtual functions?
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)How to load an icon on a button as Dynamically ?
1)How to change a text of a button in runtime?
what is message loop how mfc does it internally?
What is the base class for MFC Framework ?
Tell me the different controls in MFC ?
1) Enable or disable a Cancel button at run time?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
How to create a Modeless Dialog?