Recently got Fedora 16 and from terminal window did ' yum install gcc-c++ '
Using vi wrote simple c++
Then compiled ' g++ Hello.cpp ' OK so far
Typed ' a.out ' and got
bash: a.out: command not found...
I am puzzled. Anybody got any ideas what I have done wrong?