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 is the base class for MFC Framework ?
how u can move CDC pointer to one line in cview?
What is thread & process?
Difference between Debug and Release versions?
How can we create thread in MFC framework?
1)why we cant create more than one instance of the class Derived from CWinApp
What does mfc stand for?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
how can u change button shape at run time
what is the use of CWinApp class?
1)To Remove WS_MINIMIZEBOX in a Frame ?
What is userdefine Messages in MFC?