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
Are strings immutable in c++?
Define pure virtual function?
Name the operators that cannot be overloaded in C++?
What is the difference between *p++ and (*p)++ ?
What are the two types of polymorphism?
What are destructors?
What is a terminating character in c++?
Do you know what is overriding?
What are pointer-to-members in C++? Give their syntax.
How does com provide language transparency?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Can we get the value of ios format flags?
You run a shell on unix system. How would you tell which shell are you running?
why is c++ called oops? Explain
What is static in c++?