Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

can I get the compiled program ?

+11 votes
asked Aug 30, 2021 by Paulo Calvino DeAlmeida (230 points)

1 Answer

+3 votes
answered Aug 30, 2021 by Peter Minarik (86,040 points)

OnlineGDB does not provide you with the executable. It only runs on a server and you can see the output.

If you want to have the compiled program, you have to build on a machine where you have access to the build artifacts (e.g. your own PC, school computer, etc).

Of course you'll have to make sure you have the desired compiler available on this machine.

This may help too.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...