Answers for "how to install c++ in linux"

C++
3

install c++ ubuntu

$ sudo apt install g++

g++ -o hello hello.cc
./hello
Posted by: Guest on January-19-2021
1

c++ in linux

$ sudo apt install g++
$ sudo apt install build-essential
$ g++ --version
Posted by: Guest on May-02-2021

Code answers related to "how to install c++ in linux"

Browse Popular Code Answers by Language