Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are stacks?

1135


What is called array?

1149


What is the difference between a definition and a declaration?

1113


Differentiate between a copy constructor and an overloaded assignment operator.

1138


Are iterators pointers?

1205


Why is c++ still popular?

1097


What is abstraction in c++ with example?

1208


What are the different types of polymorphism in c++?

1194


What are the various storage classes in C++?

1184


Why c++ does not have finally?

1146


What is diamond problem in c++?

1057


Difference between pointer to constant and constant pointer to a constant. Give example.

1175


What return value must conversion operators have in their declaration?

1136


Define stacks. Provide an example where they are useful.

1073


What are punctuators in c++?

1212