C - Tools Setup
IDE
install "Java Downloads for All Operating Systems"
install
Eclipse C/C++ Development Tool (CDT)
Compiler
1. Install MinGW GCC
https://sourceforge.net/projects/mingw/files/
2. Cygwin GCC
https://www.cygwin.com/setup-x86.exe
Cygwin is:
a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows.
a DLL (cygwin1.dll) which provides substantial POSIX API functionality.