GCC is GNU Compiler Collection. It supports most of the programming language like C, C++, Java, Ada etc. But GCC is basically used in UNIX-like systems, Linux. But what if you want such an environment for Windows? Is there any replacement? Is there any way? That too open source and free? Yes!! There is.MinGW stands for Minimalized GNU for Windows. It provides a complete open source tool for windows environment.It is the collection of all the compilers of GCC for windows platform. It don't need any 3rd party DLLs. It does uses some of DLLs which are inbuilt in windows OS.










