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

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 "command to install c++ in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language