In today's tutorial, I will show you how to create a static library file using MingW which is a GNU GCC compiler under Windows. This is different than creating a dynamic link library file. Note that static library are good for small projects, and whereas the dynamic libraries
are good for large projects.
#mingw
#softwarecodingtutorials
#gcc