how to compile .c to .exe

I have some Pro*c code which i have converted to .c file. Now i need to convert this to an .exe.
could anyone tell me (1) which compiler i can use.
(2) the steps required to convert it into an .exe
(1) You can use any C++ compiler but I suggest you using an IDE
http://www.google.com/search?hl=en&q=c%2B%2B+ide+free+download&aq=2&oq=c%2B%2B+ide+free
(2) If you download an IDE, just click on button "Compile" or "Build" or "how it is called" after having created your project contained the wanted .c / .cpp files
Topic archived. No new replies allowed.