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 model and modeless dialog box ? Give some examples?
If i derive a new class from CObject what are the basic features my derived wil get ?
How to access document object from view ?
What function is called by a document class to notify views that the document has been changed?
what is the use of CWinApp class?
How to update all the views whenver document got updated ?
How do you change the properties for a tree view control that is part of the CTreeView class?
What is thread & process?
What is the use of message map ?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
what do you mean by psychic window?