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 use of OninitDialog ?
what if we provide two message handler for same message ?
What is serialization ?which function is responsible for serializing data ?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
What is LPCTSTR? What does LP denote it?
What is CSingleDocTemplate?
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?
How to update all the views whenver document got updated ?
how can u change button shape at run time
if i modified data in 1 view how does the other view knows
is there any class which is not derived from Cobject
General purpose classes in MFC