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 function is called by a document class to notify views that the document has been changed?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
1)why we cant create more than one instance of the class Derived from CWinApp
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
How to handle dynamic menus in MFC?
If there is more than 100 control in a window how we can change the Taborder of a controls
how does the UIThread and worker thread communicates and handle events
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.
How to setup a timer?
Have you ever used win32 APIs ?
How can i change the color of a dropdowncombobox elements
1) Enable or disable a Cancel button at run time?