Answers for "how to write c++ code in ubuntu"

3

install c++ ubuntu

$ sudo apt install g++

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language