I’ve went through a few tutorials on C and C++, and I’ve seen that sometimes they use the .out extension(I thought it was exclusive to a.out, I was wrong) and the .exe extension in some other places, and in some places no extension at all. What’s the difference in between them? I’ve tested them myself and seems like all of them work for me, but there has to be a difference.
Hi and welcome.
a.out
is the standard unnamed output file on a Unix system. .exe
is an executable file for DOS and Windows.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.