C++ At Basser GNU C++ compiler g++ -Wall -g -o hello hello.cc hello.cc contains the C++ code Executable will be named hello -Wall turns on all warnings -g adds debugging information