Results 1 to 4 of 4
I've made a C++ program and compiled it and I can run it in the terminal but I would like it to run like a normal application in the application ...
- 10-04-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 7
How to make my C++ program run without the terminal?
I've made a C++ program and compiled it and I can run it in the terminal but I would like it to run like a normal application in the application menu or on the desktop but I don't know how. How do I make it run like a program in the application menu?
- 10-05-2010 #2
If your talking about a GUI toolkit then check here
GTK+ 2.0 TutorialMake mine Arch Linux
- 10-05-2010 #3Just Joined!
- Join Date
- Dec 2009
- Location
- Maryland, USA
- Posts
- 83
I'm uncertain what you mean by "normal," but you can build an alias (or shortcut) to your program and add it to the desktop or application menu.
If we're not understanding your question, please provide more info.
- 10-06-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Assuming your application has GUI (X-windows) capabilities, then just add it to your desktop or menu dock. If not, then add it using the "open in terminal" option - most desktop GUI's support that. I do that on my CentOS workstation for some tools that only run on command line terminals.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote