Hi,
can we get exe in linux after compiling the cpp program. AS far I know when we
compile cpp program through g++ we always make binary .Please coorect me if I am wrong.
executable files don't have an extension on linux ( eg: you have "program", not "program.exe" )
with g++ you can get various types of output, usually you get the compiled and linked program
That's no less ambiguous. My English compiler is spewing errors left and right.
Anyways... if you're trying to make an .exe program in Linux rather than a Unix executable, then I don't think GCC will let you do it. However if you compile MinGW on Linux... apprently you can compile GCC on GNU/Linux to work as a cross compiler for Windows.