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 |
If i derive a new class from CObject what are the basic features my derived wil get ?
What is mfc class hierarchy?
What is the use of OninitDialog ?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
What is the difference between Struts and JSF? Pls list some most suitable differences.
1)why we cant create more than one instance of the class Derived from CWinApp
1)How to create ToolTip in MFC?
What is the difference between the ASSERT and VERIFY macros?
How can i implement the dynamic menus in MFC plz give the code
What is the difference between regular dlls and extended dlls?
Does the application have more than one object? If no, then what is the reason?
What MFC base classes provide support for ActiveX controls?