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

Differentiate between late binding and early binding. What are the advantages of early binding?

791


What is constructor and destructor in c++?

847


What are abstract data types in c++?

750


What is the use of cmath in c++?

786


What are the various storage classes in C++?

856


What is late binding c++?

728


Can you explicitly call a destructor on a local variable?

793


What is class invariant in c++?

958


Define a nested class.

824


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

857


what are the characteristics of Class Members in C++?

809


What is array in c++ example?

840


Is c++ low level?

788


What is pair in c++?

803


What is a dynamic binding in c++?

704