konsole won't run my console applications.

i compile my console applications with g++ and build them and then, when i try to execute them, they don't work (i'm using geany)
"Don't work" is not a problem description.
sorry, my konsole starts and it just shows the terminal with

$: and a blinking cursor

and like i said, it compiles and builds fine. and it worked with gnome before i switched to linux mint.

and it says bash:sh at the top.
Last edited on
sorry, my konsole starts and it just shows the terminal with

$: and a blinking cursor

And? You need to actually start the program, but that should be obvious.
cd /path/to/executable
./your_program
I think he runs it by pressing F5.

Are you sure that you don't have an infinite loop in your program or that it is waiting for input? Does it work if you run a simple hello world program?
Topic archived. No new replies allowed.