OPERATING SYSTEMSOS Linux

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.

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *