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
What are stacks?
What is called array?
What is the difference between a definition and a declaration?
Differentiate between a copy constructor and an overloaded assignment operator.
Are iterators pointers?
Why is c++ still popular?
What is abstraction in c++ with example?
What are the different types of polymorphism in c++?
What are the various storage classes in C++?
Why c++ does not have finally?
What is diamond problem in c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
What return value must conversion operators have in their declaration?
Define stacks. Provide an example where they are useful.
What are punctuators in c++?