Help with C compilers

i have windows 7 64bit, and i want to program C in it, i have the eclipse for C, but it wont work because i have no C compilers , where do i get a C compiler, so eclipse will work?

I usually transfer to a unix server and use a command

 
gcc -Wall -g -o ___ ___ 

where can i get the gcc C compiler for windows ?

Have a look at MinGW.

i looked at the site and i dont know which one to download, theres so many. Can you please show me the exact link for win7,64bit, that will get me the same compiler that the gcc command does in unix, so that i can program in windows in peace, and not keep transferring each time to compile...

Why not to install Microsoft Visual studio express which is free , you just need to register your copy

http://www.microsoft.com/express/Windows/

Read and follow the instructions at Getting Started with MinGW

Because it's nothing like gcc?