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 range of intensity of RGB
how does conditionally close the Dialog Box ?
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
List out the parameters of WinMain Function.
What is the use of CCmdTarget ?
How can i implement the dynamic menus in MFC plz give the code
What is the difference between the ASSERT and VERIFY macros?
1)set the Title for The File DialogBox, in MFC?
what is functioning of DIalodDataXchange ..?
1)why we cant create more than one instance of the class Derived from CWinApp
What are the special requirements for dialog box resources used in a form view?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?