how to get a.out file?

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 hereupd

enter image description here

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

enter image description here

12

1 Answer

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.

6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like