Suppose a programmer created a hello world program in c programming language in Linux, I know by gcc or cc command in terminal the input .c file is compiled to a.out, object file. But I want tk know is there any way to compile .c file to .exe file without using any IDE, on Linux only.
Asked
Active
Viewed 244 times
0
-
You mean a Windows exe? – Joe Apr 24 '16 at 15:50
-
Yes the windows .exe file format – Nimit Bhardwaj Apr 24 '16 at 15:51
-
@NimitBhardwaj: A simple so search or google search would have given you the answer. Anyways you are looking MingW or Cygwin or so.. – sjsam Apr 24 '16 at 15:56
-
Thx, my mistake, i didnt researched well thx and sorry – Nimit Bhardwaj Apr 24 '16 at 15:57