How to reduce a final size of executable?

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


Please Help Members By Posting Answers For Below Questions

Why is it called c++?

771


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2454


What is the type of this pointer in c++?

816


Evaluate !(1&&1||1&&0) a) Error b) False c) True

940


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

755


What is std :: flush?

806


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

916


What are the various operations performed on stack?

816


What is a class definition?

802


How can you tell what shell you are running on unix system?

860


Can comments be longer than one line?

812


Can a list of string be stored within a two dimensional array?

761


Explain virtual class?

774


What is virtual destructor? What is its use?

778


What is the use of lambda in c++?

764