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 Library
- Disadvantages of Static Library
- Hands on experience on building Static Library with C++
In the next tutorial, you will be introduced with Dynamic Link Library.