Installing the C ++ compiler

Let's install the C ++ compiler.

C ++ can be used by installing a compiler called g ++.

You should also install make, which resolves C ++ source code dependencies.

Associated Information