g++ Hello_World.cpp -o helloworld.exe
Compiles Hello_World.cpp into helloworld.
gcc -x c++ Hello_World.cpp -o helloworld.out
Compiles Hello_World.cpp as C++ code using gcc.
clang++ Hello_World.cpp -o helloworld.out
Compiles Hello_World.cpp into helloworld using clang++.
./helloworld.out
./helloworld.bin
./helloworld.run
./helloworld.exe
./helloworld.app
./helloworld.script