Creating Static Library Using MingW | Software Coding Tutorials Channel

Опубликовано: 19 Март 2026
на канале: Tommy Ngo (SW CODING CHANNEL)
4,619
75

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