run cpp from terminal code example Example: how to compile and run cpp code in terminal # compile cpp_code.cpp g++ cpp_code.cpp # run compiled file ./a.out