Use the Windows SDK from http://search.microsoft.com/results.aspx?q=windows%20sdk
First, install a C-compiler.
Compile, link and execute them.
Compile and link it into an executable.
Your program is portable if you can compile and execute it on different platforms.
You can use the gross c compiler and the file will just be compiled with no error. Or microsoft C++ Would work too if one's computer runs on windows.
make is a utility program, compile means translation from source to object module.
C-source program doesn't rum, you have to compile and link it. The executable rums like any other binary program.
You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.
As much as your car can fly.
I had to compile a list of all the people who had seen the accident. Take these reports and compile a history starting with the oldest dates first. The doctor asked me to compile my medical history.
Yes we can compile a c program using c++ compiler. Because c++ evolved from the c. c++ have some additional features beyond c. c++ support almost all concepts used in c.
You would first need to obtain a C compiler. If you know C, you could compose it in Notepad and give it the .c extension (or C++ and give it the .cpp extension) if you wanted to. However, you would need a compiler if you wanted to compile the program and run it.