install c++ ubuntu

C++
$ sudo apt install g++

g++ -o hello hello.cc
./hello
Source

Also in C++: