Linux Open Source Revolution.

Managed by Ambarish......partner with Prateek Verma.

The human knowledge belongs to the world.

Source code availability ensures it does belong to the world.

Everything free.

Even full fledged softwares.

Website's motive.

To spread awareness about the free and open source world.

Showing posts with label programming environment for windows. Show all posts
Showing posts with label programming environment for windows. Show all posts

Sunday, 13 January 2013

GCC compiler collections for windows.

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. 

Related Posts Plugin for WordPress, Blogger...