Hi All,
I am learning to write c++ code, all is going well so far, I am currently compiling my applications with the g++ command in terminal, this creates my executable file no problems however at the moment I can only start my applications from terminal using ./Whatever.
What do I have to do to be able to start my applications by just double clicking the icon like I would do to start firefox or calc.
All I have been writing so far are console applications is this the reason, I would have thaught that some how I could double click the icon and a terminal window would open and my program would run????
Thanks very much
John