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?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
Explain StretchBlt and BitBlt
What MFC base classes provide support for ActiveX controls?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
How to update all the views whenver document got updated ?
What are the types of button controls?
List out the basic features of MFC.
What is a message map?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
What function is called by a document class to notify views that the document has been changed?
Differ GetMessage, PostMessage & PeakMessage?