osx - Mac C run in window -


Is it possible to run compiled C and C ++ files on Mac without opening and running in the terminal? E.G. Is there a separate GUI that I can use to execute compiled programs?

Terminal IS is a GUI; This gives you access to the shell, while you are still in the window system. I do not know what you want this GUI that the terminal is not doing for you. You will still need to provide the file path to this other program, after which it will load for execution, and still will need to open the standard input / standard output.

If you have a source code, however, you can use an IDE that works well for it, but there are many people.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -