I have created a program in the ide and want to get a.out file. But after executing the command, I didn't find anything in the project folder.What's wrong?
UPD
UPD4: i found this file , but now i can't execute it...
I have created a program in the ide and want to get a.out file. But after executing the command, I didn't find anything in the project folder.What's wrong?
UPD
UPD4: i found this file , but now i can't execute it...
If -o
is not specified, the default is to put an executable file in a.out
.
Looks like your IDE set -o
to filename, so finally_laba
"is" your a.out
.