-2

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?

enter image description here

UPD

enter image description here upd

enter image description here

UPD4: i found this file , but now i can't execute it...

enter image description here

1 Answers1

1

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.

Filip Seman
  • 1,252
  • 2
  • 15
  • 22