What are the general differences between compiling a program as a static library vs. including the source code into the program?
i.e. A program with functions that is compiled as a static library (.lib) and linked into the program vs A program with functions that is included as a source file in the main program.
Static libraries more suitable for release when releasing closed source programs? Faster compilation? etc..
I'd advocate inclusion of source code because:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With