How to reduce a final size of executable?

Answer Posted / lylez00

Don't include unnecessary header files.
Don't link with unneccesary object files.

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you decide which integer type to use?

572


Write about the local class and mention its use?

604


What is meaning of in c++?

668


Is it possible to get the source code back from binary file?

708


What are the various arithmetic operators in c++?

571






Explain container class.

683


Explain how overloading takes place in c++?

568


What is the real purpose of class – to export data?

612


What is prototype for that c string function?

684


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

538


What do you mean by early binding?

599


What is abstract keyword in c++?

591


What is istream c++?

564


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

624


What is the rule of three?

566