Answer Posted / kriba
Try to avoid Debugging symbols which will be normally
avoided in the Release build of the application.
Try to use Explicit linking of libraries instead of
implicit linking which may also help you in versioning of
your application.
In VC shared MFC application is a classical example of
runtime bonding.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why is main function important?
What is a lambda function c++?
write a programme to get a character and thier ASCII value
What is a manipulative person?
What is the use of map in c++?
Define a pdb file.
Why are pointers not used in c++?
What's the "software peter principleā?
What are the differences between the function prototype and the function defi-nition?
How are the features of c++ different from c?
Explain stack & heap objects?
Difference between overloaded functions and overridden functions
What is the cout in c++?
What is static in c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128