2
I am using the Sublime Text
to write the codes and leave them on the desktop
Every time I save a file .c
, it generates an executable for Windows. When saving more than one code .c
on the desktop and compiling, it takes the place of the other code that was compiled earlier, always the same 'a'
.
How could it generate a 'a'
or executable for each code c
.
You can change the name each
a.exe
. For example:a-201603051134.exe
orteste-007.exe
, ...– pmg
I don’t understand @pmg
– morte
I saw that you found gcc’s solution. What I was saying was to rename the executable: select, press F2 and give it a different name. In the next compilation, the compiler generates a
a.exe
different.– pmg