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 |
How can we create thread in MFC framework?
What function is used to retrieve the currently selected index in a list box?
is there any class which is not derived from Cobject
What is the difference between Struts and JSF? Pls list some most suitable differences.
how many types of classes are ther,what are that
Explain the flow of SDI application?
Explain in sort What is CTargetObject?
What is the initial function to be called in MFC and what it will do
Tell me the different controls in MFC ?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
What is serialization ?which function is responsible for serializing data ?
What is userdefine Messages in MFC?