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 socket?
Do you have an idea about MFC?
List out the basic features of MFC.
How can server communicate with more than one client
What is model and modeless dialog box ? Give some examples?
what is the use of AFX_MANAGE_STATE ?
What is a message map?
what is the updated verssion in vc++
what is the use of CCmdTarget?
1)How to change a text of a button in runtime?
What is the initial function to be called in MFC and what it will do
What is the base class for most MFC classes?