GCC on Windows defaults to creating an file named a.exe
on Windows, because the .exe
extension is important - a file name a.out
would not recognized as an executable program on Windows. The default output could be named a.out.exe
but it would be different from a.out
anyway, so it is just as sensible to produce a file named a.exe
instead.
a.exe
is less keypresses, too.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…