Yosuke_
07-02-2004, 10:29 AM
Hi friends!
I have a litle truble. After I compile my C++ source code with G++ compiler, and when I open my app in terminal like this:
a.out
Everything works. But when I try to open it by just double clicking on a.out it dosn't open. Why can I run my app only in allready open terminal. Why dosn't it open a new terminal? I even tryd to compile it like this:
g++ source.cpp -o myapp
But still nothing!! Why?? Thank you!
I have a litle truble. After I compile my C++ source code with G++ compiler, and when I open my app in terminal like this:
a.out
Everything works. But when I try to open it by just double clicking on a.out it dosn't open. Why can I run my app only in allready open terminal. Why dosn't it open a new terminal? I even tryd to compile it like this:
g++ source.cpp -o myapp
But still nothing!! Why?? Thank you!