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
Is atoi safe?
Can I learn c++ without c?
How compile and run c++ program in turbo c++?
How the virtual functions maintain the call up?
Are iterators pointers?
What is the difference between object-oriented programming and procedural programming?
Which programming language is best?
What is the difference between containment and delegation?
Explain overriding.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Which operator cannot be overloaded c++?
What are the main features of c++?
How do you define/declare constants in c++?
What is a pointer with example?
Is c++ the hardest programming language?