How To Create A Dev C++ Static Library For Windows
December 23, 2020
Welcome back to our Embarcadero Dev-C++ videos series. In this session is about creating C++ static libraries.
Static libraries are collections of object files that are linked together when a file gets compiled into an executable.
In this tutorial you can learn:
Benefits of using Static LibraryDisadvantages of Static LibraryHands on experience on building Static Library with…