opensuse compile using konsole

I've just been given OpenSUSE as my workstation and I have no previous experience with it. I do have some C++ knowledge with using Windows and Visual Studio 2008. I am using Kwrite to code and the Konsole to run the program. I have the code written, it's just a simple Hello World tutorial. How do I go about running it through the Konsole?

Thanks!
g++ hello.cpp -o hello
./hello
Topic archived. No new replies allowed.