I have C program which I wrote in Linux that runs very well. Now I want to run it on Windows.
How do I easily run it on Windows?
The easiest way is to install the Cygwin environment, and compile it under that.