c - gcc compiler in Cygwin output .exe -


just starting in c, , learning basics. have created simple program when compiled, expected compile a.out gcc compiling a.exe.

gcc on windows defaults creating file named a.exe on windows, because .exe extension important - file name a.out not recognized executable program on windows. default output named a.out.exe different a.out anyway, sensible produce file named a.exe instead.

a.exe less keypresses, too.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -