Question: in C++ Why are executables that use dynamically linked libraries typically smaller than functionally similar executables that use statically linked libraries?
in C++ Why are executables that use dynamically linked libraries typically smaller than functionally similar executables that use statically linked libraries?
Step by Step Solution
There are 3 Steps involved in it
In C the size difference between executables that use dynamically linked libraries DLLs and those that use statically linked libraries arises from the ... View full answer
Get step-by-step solutions from verified subject matter experts
