How to install C++ Compiler (g++) on Linux (Ubuntu Operating System)
g++ is a program that calls GCC and automatically specifies linking against the C++ library. It treats ‘ .c ‘, ‘ .h ‘ and ‘ .i ‘ files as C++ source files instead of C source files unless -x is used.
ubuntu