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?
best way recompile it all using mingw compiler.
easy way recompile it under cygwin environment.